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_pol.20] 贵族特权与自由否决权

时间范围:1692.1.1 - 1712.1.1(每月 5% 概率)

触发条件

  • 国家拥有特权 estate_privilege:liberum_veto(自由否决权)
  • 国家拥有特权 estate_privilege:nieszawa_privileges(涅沙瓦特权)

关键效果

  • 选项 A (历史选项)
    • 增加少量稳定度 (add_stability = stability_mild_bonus)
    • 显示自定义提示 pol_stag_maybe_more
  • 选项 B
    • 大幅降低稳定度 (add_stability = stability_ultimate_penalty)
    • 大幅降低贵族阶层满意度 (add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_radical_penalty })
    • 废除特权 estate_privilege:liberum_veto(自由否决权)
    • 废除特权 estate_privilege:nieszawa_privileges(涅沙瓦特权)

背景介绍: 该事件反映了波兰立陶宛联邦在17世纪末至18世纪初面临的政治困境。以“自由否决权”和“涅沙瓦特权”为代表的贵族特权体系,虽然保障了贵族阶层的权力,但也严重削弱了中央政府的决策效率和改革能力,导致国家在面对内外挑战时陷入停滞。事件模拟了统治者在此局面下,是选择维持现状安抚贵族,还是冒着巨大风险强行废除特权以加强王权的关键抉择。

完整事件代码

flavor_pol.20 = {
	type = country_event
	title = flavor_pol.20.title
	desc = flavor_pol.20.desc
	historical_info = flavor_pol.20.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = POL
		tag = PLC
		from = 1692.1.1
		to = 1712.1.1
		monthly_chance = 5
	}

	trigger = {
		has_estate_privilege = estate_privilege:liberum_veto
		has_estate_privilege = estate_privilege:nieszawa_privileges
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}

	option = {
		name = flavor_pol.20.a
		historical_option = yes
		add_stability = stability_mild_bonus
		custom_tooltip = pol_stag_maybe_more
	}
	option = {
		name = flavor_pol.20.b
		add_stability = stability_ultimate_penalty
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_radical_penalty }
		revoke_estate_privilege = estate_privilege:liberum_veto
		revoke_estate_privilege = estate_privilege:nieszawa_privileges
	}
}