flavor_rus.28 贵族宪章与农奴制
时间范围
1750.1.1 - 1800.1.1,每月 10% 概率触发
触发条件
- 国家拥有变量
rus_pugachev_uprising - 不存在实体
scope:pugatchev_uprising - 当前统治者不是人物
rus_yemelyan_pugatchev
关键效果
选项 A (历史选项)
- 授予特权:
charter_of_the_nobility(贵族宪章) - 社会价值观变化:
capital_economy_vs_traditional_economy向右移动(偏向资本经济)
选项 B
- 社会价值观变化:
serfdom_vs_free_subjects向右移动(偏向农奴制) - 降低
nobles_estate(贵族阶层)的阶层满意度,幅度为estate_satisfaction_extreme_penalty
背景介绍
该事件反映了18世纪下半叶俄罗斯帝国面临的关键社会抉择。在普加乔夫起义(1773-1775年)的阴影下,沙皇政府试图平衡贵族特权与社会稳定。选项A代表了历史现实,即叶卡捷琳娜二世颁布《贵族宪章》(1785年),正式确认贵族特权并推动经济现代化;选项B则象征强化农奴制的保守路径,但这会加剧贵族阶层的不满。事件发生窗口(1750-1800年)覆盖了启蒙思想传入与农民起义频发的关键时期,体现了帝国在现代化与传统秩序间的艰难博弈。
完整事件代码
flavor_rus.28 = {
type = country_event
title = flavor_rus.28.title
desc = flavor_rus.28.desc
fire_only_once = yes
dynamic_historical_event = {
tag = RUS
from = 1750.1.1
to = 1800.1.1
monthly_chance = 10
}
illustration_tags = {
10 = angry
10 = interior
}
trigger = {
has_variable = rus_pugachev_uprising
NOT = { exists = scope:pugatchev_uprising }
NOT = {
ruler = character:rus_yemelyan_pugatchev
}
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
}
option = {
name = flavor_rus.28.a
historical_option = yes
grant_estate_privilege = estate_privilege:charter_of_the_nobility
change_societal_value = { type = capital_economy_vs_traditional_economy value = societal_value_move_to_right }
}
option = {
name = flavor_rus.28.b
change_societal_value = { type = serfdom_vs_free_subjects value = societal_value_move_to_right }
add_estate_satisfaction = { type = estate_type:nobles_estate
value = estate_satisfaction_extreme_penalty
}
}
historical_info = flavor_rus.28.historical_info
}