flavor_hab.2101 对启蒙改革的抵制
时间范围:1780.1.1 - 1830.1.1(每月 6% 概率)
触发条件:
- 国家拥有统治者。
- 国家拥有变量
hab_reforms_of_enlightenment。 - 国家稳定度小于等于 25。
关键效果:
- 选项 A (历史选项):
- 社会价值观“传统主义 vs 创新”向左小幅移动。
- 社会价值观“农奴制 vs 自由民”向左小幅移动。
- 移除变量
hab_reforms_of_enlightenment。
- 选项 B:
- 国库收入减少 8%。
- 社会价值观“传统主义 vs 创新”向右小幅移动。
- 社会价值观“农奴制 vs 自由民”向右小幅移动。
- 移除变量
hab_reforms_of_enlightenment。
- 选项 C:
- 贵族阶层满意度大幅降低。
- 社会价值观“传统主义 vs 创新”向右移动。
- 社会价值观“农奴制 vs 自由民”向右移动。
- 移除变量
hab_reforms_of_enlightenment。
背景介绍: 在18世纪末至19世纪初,哈布斯堡君主国(奥地利)的统治者,如约瑟夫二世,推行了一系列激进的启蒙改革,旨在实现国家现代化、中央集权化并限制贵族与教会的特权。这些改革触及了社会根本,引发了来自传统贵族、教会乃至部分民众的强烈抵制。本事件模拟了当国家稳定度因改革而动摇时,统治集团内部面临的压力与抉择:是向保守势力妥协,放缓改革步伐;还是承受经济与阶层不满的代价,坚持甚至加速改革进程。
完整事件代码:
flavor_hab.2101 = { #Pushback against enlightenment reforms
type = country_event
title = flavor_hab.2101.title
desc = flavor_hab.2101.desc
fire_only_once = yes
dynamic_historical_event = {
tag = HAB
from = 1780.1.1
to = 1830.1.1
monthly_chance = 6
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
ruler = {
save_scope_as = target_ruler
}
}
trigger = {
has_ruler = yes
has_variable = hab_reforms_of_enlightenment
stability <= 25
}
option = {
name = flavor_hab.2101.a
historical_option = yes
change_societal_value = { type = traditionalist_vs_innovative value = societal_value_minor_move_to_left }
change_societal_value = { type = serfdom_vs_free_subjects value = societal_value_minor_move_to_left }
remove_variable = hab_reforms_of_enlightenment
}
option = {
name = flavor_hab.2101.b
change_gold_effect = { scale = -8 }
change_societal_value = { type = traditionalist_vs_innovative value = societal_value_minor_move_to_right }
change_societal_value = { type = serfdom_vs_free_subjects value = societal_value_minor_move_to_right }
remove_variable = hab_reforms_of_enlightenment
}
option = {
name = flavor_hab.2101.c
add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_severe_penalty }
change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_right }
change_societal_value = { type = serfdom_vs_free_subjects value = societal_value_move_to_right }
remove_variable = hab_reforms_of_enlightenment
}
}