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.19 摄政王马格努斯·德·拉·加尔迪

时间范围:1660.1.1 - 1680.1.1 (每月 20% 概率)

触发条件

  • 国家处于摄政状态。
  • 摄政类型 不是 配偶摄政。
  • 人物 swe_magnus_de_la_gardie 存活。

关键效果

  • 选项 A (历史选项)
    • 如果当前摄政不是 swe_magnus_de_la_gardie,则将其设为摄政。
    • 社会价值观 serfdom_vs_free_subjects 向左移动(趋向自由民)。
    • 社会价值观 aristocracy_vs_plutocracy 向左移动(趋向贵族统治)。
    • 贵族阶层满意度获得小幅提升。
  • 选项 B
    • 国家稳定度遭受严重惩罚。
    • 贵族阶层满意度遭受小幅惩罚。

背景介绍: 此事件反映了瑞典在17世纪中后期,国王年幼或无法亲政时,由贵族摄政掌控国家权力的政治常态。马格努斯·德·拉·加尔迪作为当时瑞典政坛的重要人物,其是否担任摄政以及如何处理与贵族阶层的关系,对国家内部稳定和社会发展方向有着直接影响。选项代表了接受贵族主导的摄政并巩固其权力,或是拒绝并可能引发政治动荡的不同历史路径。

完整事件代码

flavor_swe.19 = {
	type = country_event

	title = flavor_swe.19.title
	desc = flavor_swe.19.desc
	historical_info = flavor_swe.19.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SWE
		from = 1660.1.1
		to = 1680.1.1
		monthly_chance = 20
	}

	trigger = {
		has_regent = yes
		NOT = { regency_type = regency_type:consort_regency }
		character:swe_magnus_de_la_gardie ?= {
			is_alive = 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.19.a
		historical_option = yes
		if = {
			limit = {
				regent != character:swe_magnus_de_la_gardie
			}
			set_regent = character:swe_magnus_de_la_gardie
		}

		change_societal_value = { type = serfdom_vs_free_subjects	value = societal_value_move_to_left	}
		change_societal_value = { type = aristocracy_vs_plutocracy value = societal_value_move_to_left }
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
	}
	option = {
		name = flavor_swe.19.b
		add_stability = stability_severe_penalty
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_penalty }
	}
}