Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

flavor_ori.1001 葡萄牙人到来

时间范围
1444.11.11-1821.1.1
每月 5% 概率

触发条件

  • 葡萄牙(POR)国家存在

关键效果

  • 选项 A

    • 在首都建造特殊建筑 ori_portuguese_quarters(葡萄牙人居住区)
    • 触发葡萄牙方后续事件 flavor_ori.1002
    • 显示自定义提示 ori_por_must_accept_offer_tt
  • 选项 B

    • 显示自定义提示 ori_no_deal_with_portugal_tt

背景介绍
15世纪起,葡萄牙王国凭借其航海技术,开始向非洲、亚洲和美洲进行探索与贸易扩张。当葡萄牙的船只抵达其他国家的海岸时,当地统治者面临着是否允许这些外国商人建立贸易据点、引入新商品与技术的抉择。这一事件模拟了葡萄牙探险家与商人初次抵达某国时,当地政府如何应对其贸易与定居请求的历史情景。

完整事件代码

flavor_ori.1001 = {
	hide_portraits = yes
	type = country_event
	title = flavor_ori.1001.title
	desc = flavor_ori.1001.desc

	trigger = {
		country_exists = c:POR
	}

	illustration_tags = {
        10 = happy
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		capital ?= {
			save_scope_as = target_location
		}

		ruler_or_regent ?= {
			save_scope_as = target_character
		}

		save_scope_as = target_country

		c:POR = {
			save_scope_as = target_country2
			ruler_or_regent ?= {
				save_scope_as = target_character2
			}
		}
	}

	option = {
		name = flavor_ori.1001.a

		show_as_tooltip = {
			scope:target_location = {
				construct_building = {
					building_type = building_type:ori_portuguese_quarters
				}
			}
		}

		custom_tooltip = ori_por_must_accept_offer_tt

		scope:target_country2 = { trigger_event_silently = flavor_ori.1002 }
	}

	option = {
		name = flavor_ori.1001.b

		custom_tooltip = ori_no_deal_with_portugal_tt
	}
}