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_chi_por.1] 葡萄牙与香山-新会地区的接触

时间范围:1550.1.1 - 1821.1.1(每月 10% 概率)

触发条件

  • 国家 CHI 拥有 xiangshan_xinhui 地区。
  • xiangshan_xinhui 地区位于葡萄牙(ROOT)的海军航程范围内。

关键效果

  • 选项 A (flavor_chi_por.1.a)
    • 对目标国家(CHI)非静默触发事件 flavor_chi_por.2
  • 选项 B (flavor_chi_por.1.b)
    • 为葡萄牙(ROOT)增加大量威望(prestige_severe_bonus)。

背景介绍: 该事件模拟了16世纪至19世纪初,葡萄牙航海势力在东亚的扩张活动。当葡萄牙的舰队能够抵达中国沿海的香山-新会地区(今澳门及周边区域),且该地区处于中国控制之下时,葡萄牙人面临与当地政权接触的抉择。这反映了历史上葡萄牙寻求贸易据点、传教或建立殖民前哨的尝试,是欧洲早期殖民帝国与明朝中国互动的一个缩影。

完整事件代码

flavor_chi_por.1 = {
	type = country_event
	title = flavor_chi_por.1.title
	desc = flavor_chi_por.1.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = POR
		from = 1550.1.1
		to = 1821.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	trigger = {
		c:CHI ?= {
			owns = location:xiangshan_xinhui
		}
		location:xiangshan_xinhui = {
			within_naval_range_of = ROOT
		}
	}

	immediate = {
		if = {
			limit = {
				is_ai = no
			}
			event_illustration_estate_background_effect = { background = estate_type:burghers_estate }
			scope:offering_country = {
				event_illustration_estate_foreground_effect = { foreground = estate_type:burghers_estate }
			}
		}
		c:CHI = {
			save_scope_as = target_country
		}
		location:xiangshan_xinhui = {
			save_scope_as = target_location
			random_pop = {
				save_scope_as = target_pop
			}
		}
		building_type:chi_macau_port = {
			save_scope_as = target_building_type
		}
		save_scope_as = offering_country
	}

	option = {
		name = flavor_chi_por.1.a
		
		scope:target_country = {
			trigger_event_non_silently = {
				id = flavor_chi_por.2
			}
		}
	}

	option = {
		name = flavor_chi_por.1.b
		
		add_prestige = prestige_severe_bonus
	}
}