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.36 瑞典自由时代事件

时间范围:1756.1.1 - 1758.1.1 (每月 20% 概率)

触发条件

  • 国家已采用政府改革:swe_age_of_freedom(瑞典自由时代)
  • 国家当前拥有统治者

关键效果

  • 选项 Aflavor_swe.36.a
    • 历史选项:是
    • 效果:增加少量稳定度(stability_mild_bonus
  • 选项 Bflavor_swe.36.b
    • 效果:增加少量正统性(legitimacy_mild_bonus

背景介绍: 此事件发生在瑞典历史上的“自由时代”(Age of Freedom),这是一个由议会(Riksdag)主导、王权受到限制的时期。事件反映了在特定政治体制下,统治者或国家可能面临来自贵族或其他政治力量的挑战或机遇,需要通过增加稳定度或正统性来巩固统治或回应政治局势。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SWE
		from = 1756.1.1
		to = 1758.1.1
		monthly_chance = 20
	}

	trigger = {
		has_reform = government_reform:swe_age_of_freedom
		has_ruler = 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.36.a
		historical_option = yes
		add_stability = stability_mild_bonus
	}
	option = {
		name = flavor_swe.36.b
		add_legitimacy = legitimacy_mild_bonus
	}
}