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.25 古斯塔夫四世·阿道夫改革

时间范围:1795年1月1日 - 1800年1月1日(每月 5% 概率触发)

触发条件

  • 事件仅对瑞典(tag = SWE)触发。
  • 事件在时间范围内(1795.1.1至1800.1.1)每月有5%概率发生。
  • 事件仅发生一次(fire_only_once = yes)。

关键效果

  • 选项 A (历史选项)
    • 将社会价值观“重商主义 vs 自由贸易”向右移动(即偏向重商主义)。
    • 将社会价值观“中央集权 vs 地方分权”向左移动(即偏向中央集权)。
  • 选项 B
    • 获得少量稳定度加成(stability_mild_bonus)。

背景介绍: 此事件反映了瑞典国王古斯塔夫四世·阿道夫(Gustav IV Adolf)在位后期(1792-1809)试图推行的一系列改革。他深受法国大革命前启蒙思想的影响,试图加强王权(中央集权)并推行经济上的重商主义政策,以巩固国家财政和君主权力,应对当时欧洲动荡的局势。这些改革在一定程度上激化了与贵族等传统势力的矛盾。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SWE
		from = 1795.1.1
		to = 1800.1.1
		monthly_chance = 5
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}
	
	option = {
		name = flavor_swe.25.a
		historical_option = yes
		change_societal_value = { type = mercantilism_vs_free_trade value = societal_value_move_to_right }
		change_societal_value = { type = centralization_vs_decentralization value = societal_value_move_to_left }

	}
	option = {
		name = flavor_swe.25.b
		add_stability = stability_mild_bonus
	}
}