flavor_dan.4 克里斯蒂安二世的改革
时间范围:1515.1.1 - 1545.1.1(每月 4% 概率)
触发条件:
- 国家拥有统治者 (
has_ruler = yes)
关键效果:
- 选项 A (历史选项):
- 社会价值观变动:
贵族政治 vs 财阀政治向右移动。 - 若当前时代为
宗教改革时代或更晚,则社会价值观重商主义 vs 自由贸易向右移动。 - 添加国家修正
reform_of_law,持续 2 年(若已存在则延长持续时间)。 - 阶层满意度:
贵族阶层获得极端惩罚。
- 社会价值观变动:
- 选项 B:
- 阶层满意度:
贵族阶层获得轻微增益。 - 国家稳定度获得
轻微增益。
- 阶层满意度:
背景介绍: 该事件模拟了丹麦国王克里斯蒂安二世(Christian II)在位期间推行的改革。克里斯蒂安二世试图加强王权、推行中央集权并实施法律改革,这些举措旨在削弱传统贵族和教会的权力,并促进商业与市民阶层的发展。然而,其激进的改革和对贵族的打压引发了强烈的反对,最终导致其被废黜。事件中的选项反映了统治者是选择坚持推行这些强化王权与法律的改革(历史路线),还是选择向贵族妥协以维持稳定。
完整事件代码:
flavor_dan.4 = { #Reforms of Christian II
hide_portraits = yes
type = country_event
title = flavor_dan.4.title
desc = flavor_dan.4.desc
fire_only_once = yes
dynamic_historical_event = {
tag = DAN
from = 1515.1.1
to = 1545.1.1
monthly_chance = 4
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
ruler ?= {
save_scope_as = target_character
}
}
trigger = {
has_ruler = yes
}
option = {
name = flavor_dan.4.a
historical_option = yes
change_societal_value = { type = aristocracy_vs_plutocracy value = societal_value_move_to_right }
if = {
limit = {
current_age_or_later = { age = age_4_reformation }
}
change_societal_value = { type = mercantilism_vs_free_trade value = societal_value_move_to_right }
}
add_country_modifier = { modifier = reform_of_law years = 2 mode = add_and_extend }
add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_extreme_penalty }
}
option = {
name = flavor_dan.4.b
add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
add_stability = stability_mild_bonus
}
}