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_hun.340 匈牙利黄金出口政策

时间范围:1340.1.1 - 1390.1.1,每月 100% 概率触发

触发条件

  • 国家存在统治者。
  • 当前统治者不是人物 hun_karoly_robert
  • 人物 hun_karoly_robert 已死亡。
  • 国家已启用政策 gold_export_ban(禁止黄金出口)。

关键效果

  • 选项 A (历史选项)
    • 添加政策 policy:unlimited_gold_export(允许黄金自由出口)。
    • 社会价值观 capital_economy_vs_traditional_economy 向左移动(偏向传统经济)。
    • 贵族阶层满意度小幅提升。
    • 市民阶层满意度小幅提升。
  • 选项 B
    • 黄金产量效果翻倍。
    • 社会价值观 capital_economy_vs_traditional_economy 向右移动(偏向资本经济)。
    • 贵族阶层满意度小幅降低。
    • 市民阶层满意度小幅降低。

背景介绍: 该事件反映了14世纪匈牙利王国在国王查理·罗伯特去世后,围绕黄金出口政策产生的内部博弈。匈牙利拥有丰富的黄金资源,禁止出口政策旨在将财富保留在国内,但可能抑制贸易和经济活力。查理·罗伯特去世后,新的统治集团面临是否调整这一关键经济政策的抉择,这直接关系到贵族与市民两大阶层的利益平衡,以及国家经济模式的未来走向。

完整事件代码

flavor_hun.340 = {
	type = country_event
	title = flavor_hun.340.title
	desc = flavor_hun.340.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = HUN
		from = 1340.1.1
		to = 1390.1.1
		monthly_chance = 100
	}
	trigger = {
		exists = ruler
		not = { ruler ?= character:hun_karoly_robert }
		character:hun_karoly_robert = {
			is_alive = no
		}
		has_policy = gold_export_ban
	}
	illustration_tags = {
        10 = regular
        10 = interior
    }
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:nobles_estate }
		ruler ?= { save_scope_as = ruler_scope }
		character:hun_karoly_robert = { save_scope_as = karoly_scope }
	}
	option = {
		name = flavor_hun.340.a
		historical_option = yes
		add_policy = policy:unlimited_gold_export
		change_societal_value = { type = capital_economy_vs_traditional_economy value = societal_value_move_to_left }
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_bonus }
	}
	option = {
		name = flavor_hun.340.b
		change_gold_effect = { scale = 2 }
		change_societal_value = { type = capital_economy_vs_traditional_economy value = societal_value_move_to_right }
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_penalty }
		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_penalty }
	}
}