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_por.56] 澳门商站

时间范围:1550.1.1 - 1600.1.1(每月 5% 概率触发)

触发条件

  • 玩家国家为葡萄牙(tag = POR)。
  • 省份 xiangshan_xinhui 的顶层所有者是玩家国家。
  • 省份 xiangshan_xinhui没有建筑 por_feitoria(葡萄牙商站)。

关键效果

  • 选项 A (flavor_por.56.a) - 历史选项
    • 在目标省份(xiangshan_xinhui)执行 establish_feitoria_effect(建立商站效果)。
    • 社会价值观 mercantilism_vs_free_trade(重商主义 vs 自由贸易)向“左”(重商主义方向)发生小幅移动。
  • 选项 B (flavor_por.56.b)
    • 社会价值观 mercantilism_vs_free_trade(重商主义 vs 自由贸易)向“右”(自由贸易方向)发生小幅移动。

背景介绍: 该事件模拟了16世纪中后期葡萄牙在东亚,特别是中国珠江口地区建立贸易据点的历史进程。葡萄牙人通过建立“商站”(Feitoria)这一特殊的海外贸易与防御设施,来巩固其在远东的香料、丝绸和瓷器贸易网络,澳门正是这一战略的关键节点。事件反映了葡萄牙王室、商人阶层(市民阶层)与当地政治环境互动下,对国家贸易政策方向(重商主义或更开放的贸易)产生的抉择。

完整事件代码

flavor_por.56 = { #Feitoria of Macau
	type = country_event
	title = flavor_por.56.title
	desc = flavor_por.56.desc
	historical_info = flavor_por.56.historical_info

	dynamic_historical_event = {
		tag = POR
		from = 1550.1.1
		to = 1600.1.1
		monthly_chance = 5
	}

	fire_only_once = yes

	illustration_tags = {
		10 = exterior
		10 = regular
	}

	trigger = {
		location:xiangshan_xinhui = {
			top_owner ?= root
			NOT = {
				has_building = building_type:por_feitoria
			}
		}
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		location:xiangshan_xinhui = {
			save_scope_as = target_location
		}

		ruler_or_regent ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_por.56.a

		historical_option = yes

		scope:target_location = {
			establish_feitoria_effect = yes
		}

		change_societal_value = {
			type = mercantilism_vs_free_trade
			value = societal_value_minor_move_to_left
		}
	}

	option = {
		name = flavor_por.56.b

		change_societal_value = {
			type = mercantilism_vs_free_trade
			value = societal_value_minor_move_to_right
		}
	}
}