flavor_nov.106 波萨德尼克制度的持续扩张
时间范围:1410.1.1 - 1440.1.1(每月 8% 概率)
触发条件:
- 国家拥有统治者。
- 名为
ontsifor_lukinich的人物存在。 - 国家已采用政府改革
expanded_posadnichestvo_office。 - 人物
ontsifor_lukinich已死亡。
关键效果:
-
选项 A:将波萨德尼克数量扩充三倍!
- 增加少量稳定度。
- 增加贵族阶层少量满意度。
- 为国家添加持续30年的修正
nov_further_posadnik_reforms。 - 设置变量
nov_expanded_posadnik,持续50年。 - 显示自定义提示文本
nov_expanded_posadnik_risk,并再次设置变量nov_expanded_posadnik,持续50年。
-
选项 B:将改革限制在最初的卢基尼奇方案内
- 减少少量稳定度。
- 增加少量共和传统。
- 大幅降低贵族阶层满意度。
背景介绍: 在诺夫哥罗德共和国,波萨德尼克(市长)制度是城市管理的关键。随着早期改革者翁齐福尔·卢基尼奇的去世,共和国面临一个十字路口:是进一步扩大这一行政职位的权力与数量以加强治理,还是恪守原有改革的界限以避免贵族阶层的过度反应和潜在风险。这一决定将深刻影响诺夫哥罗德内部的政治平衡与稳定。
完整事件代码:
flavor_nov.106 = { # Continued Expansion of the Posadnik
type = country_event
title = flavor_nov.106.title
desc = flavor_nov.106.desc
fire_only_once = yes
dynamic_historical_event = {
tag = NOV
from = 1410.1.1
to = 1440.1.1
monthly_chance = 8
}
illustration_tags = {
10 = happy
10 = interior
}
trigger = {
has_ruler = yes
exists = character:ontsifor_lukinich
has_reform = government_reform:expanded_posadnichestvo_office
character:ontsifor_lukinich ?= {
is_alive = no
}
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
ruler ?= {
save_scope_as = our_ruler
}
character:ontsifor_lukinich ?= {
save_scope_as = target_character
}
}
option = { # Expand the posadniks threefold!
name = flavor_nov.106.a
add_stability = stability_mild_bonus
add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
add_country_modifier = { modifier = nov_further_posadnik_reforms years = 30 mode = add }
set_variable = {
name = nov_expanded_posadnik
years = 50
}
custom_tooltip = {
text = nov_expanded_posadnik_risk
set_variable = {
name = nov_expanded_posadnik
years = 50
}
}
}
option = { # Restrain ourselves to the original Lukinich reforms
name = flavor_nov.106.b
add_stability = stability_mild_penalty
add_republican_tradition = republican_tradition_mild_bonus
add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_severe_penalty }
}
}