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.51] 波兰贵族权力巩固

时间范围

1500.1.1 - 1510.1.1(每月 10% 概率)

触发条件

  • 国家已通过法律:distribution_of_power_law

关键效果

选项 A(历史选项)

  • 若未采用政策 dop_favor_the_nobles,则添加该政策
  • 设置变量 unlock_nihil_novi
  • 授予贵族阶层特权 nihil_novi

选项 B

  • 贵族阶层满意度大幅降低(estate_satisfaction_severe_penalty
  • 国家稳定度大幅降低(stability_severe_penalty

背景介绍

该事件反映了16世纪初波兰贵族阶层在政治权力分配中的关键作用。随着波兰立陶宛联邦逐渐形成独特的贵族民主制度,贵族通过法律与特权不断巩固其政治地位,其中“Nihil Novi”(“无新法”)原则的确立标志着贵族议会(瑟姆)对王权的重要制衡,成为波兰“黄金自由”时代的基石之一。

完整事件代码

flavor_pol.51 = {
	type = country_event

	title = flavor_pol.51.title
	desc = flavor_pol.51.desc
	historical_info = flavor_pol.51.historical_info
	dynamic_historical_event = {
		tag = POL
		from = 1500.1.1
		to = 1510.1.1
		monthly_chance = 10
	}

	trigger = {
		has_law = distribution_of_power_law
	}

	fire_only_once = 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_pol.51.a

		historical_option = yes

		if = {
			limit = {
				NOT = {
					has_policy = dop_favor_the_nobles
				}
			}
			add_policy = policy:dop_favor_the_nobles
		}

		set_variable = unlock_nihil_novi
		grant_estate_privilege = estate_privilege:nihil_novi
	}

	option = {
		name = flavor_pol.51.b

		add_estate_satisfaction = {
			type = estate_type:nobles_estate
			value = estate_satisfaction_severe_penalty
		}
		add_stability = stability_severe_penalty
	}
}