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_swe.34 瑞典的自由时代与重商主义

时间范围:1735年1月1日 - 1740年1月1日(每月 20% 概率触发)

触发条件

  • 国家已采用政府改革:swe_age_of_freedom(瑞典的自由时代)

关键效果

  • 选项 A (flavor_swe.34.a):
    • 历史选项:是
    • 改变社会价值观:mercantilism_vs_free_trade(重商主义 vs 自由贸易)向“左”移动(即偏向重商主义)。
  • 选项 B (flavor_swe.34.b):
    • 改变社会价值观:mercantilism_vs_free_trade(重商主义 vs 自由贸易)向“右”移动(即偏向自由贸易)。

背景介绍: 此事件反映了18世纪30年代瑞典“自由时代”(Age of Freedom)期间关于经济政策的内部辩论。这一时期,瑞典议会权力增强,各等级(尤其是市民阶层)对国家经济方向——是继续奉行保护国内产业的重商主义,还是转向更开放的贸易政策——存在分歧。事件模拟了瑞典在这一关键历史节点上必须做出的政策抉择。

完整事件代码

flavor_swe.34 = {
	type = country_event
	title = flavor_swe.34.title
	desc = flavor_swe.34.desc
	historical_info = flavor_swe.34.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SWE
		from = 1735.1.1
		to = 1740.1.1
		monthly_chance = 20
	}

	trigger = {
		has_reform = government_reform:swe_age_of_freedom
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
	}
	
	option = {
		name = flavor_swe.34.a
		historical_option = yes
		change_societal_value = { type = mercantilism_vs_free_trade value = societal_value_move_to_left }
	}
	option = {
		name = flavor_swe.34.b
		change_societal_value = { type = mercantilism_vs_free_trade value = societal_value_move_to_right }
	}
}