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.18 贵族特权削减

时间范围:1650.1.1 - 1653.1.1(每月 12% 概率触发)

触发条件

  • 国家为瑞典(SWE)。
  • 贵族阶层(nobles_estate)拥有至少一项特权。

关键效果

  • 选项 A (历史选项)
    • 撤销一个随机的贵族阶层特权。
    • 社会价值观向“中央集权”方向轻微移动。
    • 贵族阶层满意度遭受极端惩罚。
  • 选项 B
    • 贵族阶层满意度获得轻微提升。

背景介绍: 在17世纪中叶,瑞典国王卡尔十世·古斯塔夫(Karl X Gustav)统治时期,中央政府与强大的贵族阶层之间关系紧张。为了加强王权、增加国家税收并推动现代化改革,国王试图削减贵族长期享有的传统特权与豁免权。这一事件反映了瑞典“削藩”(Reduktion)政策的开端,即收回曾授予贵族的王室土地,以巩固国家财政和中央权威。

完整事件代码

flavor_swe.18 = {
	hide_portraits = yes
	type = country_event
	title = flavor_swe.18.title
	desc = flavor_swe.18.desc
	historical_info = flavor_swe.18.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SWE
		from = 1650.1.1
		to = 1653.1.1
		monthly_chance = 12
	}

	trigger = {
		num_estate_privileges:nobles_estate > 0
	}

	illustration_tags = {
        10 = angry
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		random_estate_privilege = {
			limit = {
				estate_type = estate_type:nobles_estate
			}
			save_scope_as = target_privilege
		}
	}

	option = {
		name = flavor_swe.18.a
		historical_option = yes
		revoke_estate_privilege =  scope:target_privilege
		change_societal_value = { type = centralization_vs_decentralization	value = societal_value_minor_move_to_left	}
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_extreme_penalty }
	}
	option = {
		name = flavor_swe.18.b
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
	}
}