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.33 瑞典自由时代

时间范围:1700.1.1 - 1770.1.1,每月 20% 概率触发

触发条件

  • 政府类型为君主制 (government_type = government_type:monarchy)
  • 拥有议会系统 (modifier:has_a_parliamentary_system = yes)
  • 当前有摄政王在位 (has_regent = yes)

关键效果

  • 选项 A (历史选项)
    • 设置变量 swe_age_of_freedom 值为 1
    • 获得大量稳定性加成 (add_stability = stability_severe_bonus)
    • 添加政府改革 government_reform:swe_age_of_freedom
  • 选项 B
    • 获得激进稳定性惩罚 (add_stability = stability_radical_penalty)

背景介绍: 该事件模拟了瑞典历史上著名的“自由时代”(Age of Freedom)的开端。在18世纪初,瑞典国王卡尔十二世去世后,王权衰弱,议会(Riksdag)的权力大幅增强,开启了一个由贵族和议会主导政治的时代。此事件在君主制、拥有议会系统且处于摄政时期的条件下触发,标志着瑞典从绝对君主制向议会制政府的重大转变。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SWE
		from = 1700.1.1
		to = 1770.1.1
		monthly_chance = 20
	}

	trigger = {
		government_type = government_type:monarchy
		modifier:has_a_parliamentary_system = yes
		has_regent = yes
	}

	illustration_tags = {
        10 = angry
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}
	
	option = {
		name = flavor_swe.33.a
		historical_option = yes
		set_variable = { name = swe_age_of_freedom value = 1 }
		add_stability = stability_severe_bonus
		add_reform = government_reform:swe_age_of_freedom
	}
	option = {
		name = flavor_swe.33.b
		add_stability = stability_radical_penalty
	}
}