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

时间范围:1765.1.1 - 1780.1.1(每月 5% 概率)

触发条件

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

关键效果

  • 选项 A (历史选项)
    • 增加 stability_mild_bonus(少量稳定度)。
    • 显示自定义提示 pol_stag_maybe_more
  • 选项 B
    • 增加 stability_ultimate_penalty(极大稳定度惩罚)。
    • estate_type:nobles_estate(贵族阶层)增加 estate_satisfaction_radical_penalty(激进满意度惩罚)。
    • 废除 liberum_veto(自由否决权)特权。
    • 废除 nieszawa_privileges(涅沙瓦特权)特权。

背景介绍: 该事件反映了波兰立陶宛联邦在18世纪后期面临的政治困境。国家被“自由否决权”和“涅沙瓦特权”等强大的贵族特权所束缚,这些特权严重削弱了中央政府的权威和行政效率,导致国家决策陷入瘫痪,难以应对内外挑战。事件呈现了统治者在此局面下的两种选择:维持现状以换取暂时的稳定,或是冒着巨大风险强行改革,废除这些根深蒂固的特权。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = POL
		tag = PLC
		from = 1765.1.1
		to = 1780.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.21.a
		historical_option = yes
		add_stability = stability_mild_bonus
		custom_tooltip = pol_stag_maybe_more
	}
	option = {
		name = flavor_pol.21.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
	}
}