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.39 贵族特权承诺

时间范围
事件为动态历史事件,无固定 fromto 日期。触发概率取决于游戏内动态条件,代码中未指定 monthly_chance

触发条件
事件代码中未直接定义 trigger 字段,具体触发条件需参考游戏内其他相关脚本或动态历史系统。

关键效果

  • 选项:是的,承诺他们特权 (flavor_pol.39.a)
    • 授予贵族阶层特权:reduced_responsibilities_for_the_nobles(减少贵族责任)
    • 授予贵族阶层特权:reduced_taxation_for_the_nobles(减少贵族税收)
    • 显示为提示效果:
      • 改变社会价值观:aristocracy_vs_plutocracy(贵族制 vs 财阀制)向左侧大幅移动
      • 增加稳定性:stability_severe_bonus(大幅稳定性增益)
      • 添加相互意见效果:对目标国家 scope:target_country2 施加 pol_political_intervention_modifier(波兰政治干预修正)

背景介绍
该事件反映了波兰历史上贵族阶层(施拉赤塔)在国家政治中的强大影响力。国王或中央政府常面临来自贵族的压力,要求扩大其特权、减免税收或减少义务,以换取他们的政治支持。承诺这些特权虽能短期内稳定政局、巩固贵族支持,但长期会强化贵族权力,可能削弱中央集权和国家财政。

完整事件代码

flavor_pol.39 = {
	type = country_event
	title = flavor_pol.39.title
	desc = flavor_pol.39.desc
	illustration_tags = {
		10 = angry
		10 = interior
	}

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

	option = {	#Yes, promise them privileges
		name = flavor_pol.39.a
		grant_estate_privilege = estate_privilege:reduced_responsibilities_for_the_nobles
		grant_estate_privilege = estate_privilege:reduced_taxation_for_the_nobles
		show_as_tooltip = {
			change_societal_value = {
				type = aristocracy_vs_plutocracy
				value = societal_value_large_move_to_left
			}
			add_stability = stability_severe_bonus
			add_opinion_mutual_effect = {
				modifier = pol_political_intervention_modifier
				target = scope:target_country2
			}
		}
	}
}