flavor_nov.33 诺夫哥罗德市政官改革
时间范围
1350.1.1 - 1365.1.1,每月有 5% 的概率触发。
触发条件
- 国家政府类型为 共和国。
- 政府权力值 大于等于 80。
关键效果
选项 A:绝妙的主意!
- 历史选项:是
- 效果:
- 政府权力遭受 极端惩罚。
- 国库黄金减少 3 个单位。
- 解锁名为 “市政官制度改革” 的进步。
- 解锁名为 “扩大市政官职权” 的政府改革。
- 人物 Ontsifor Lukinich 加入本国。
选项 B:这些改革不值得
- 效果:
- 国家威望遭受 微弱惩罚。
- 人物 Ontsifor Lukinich 加入本国。
背景介绍
在14世纪中叶,诺夫哥罗德共和国作为东欧重要的贸易城邦,其独特的维彻(市民大会)和市政官制度构成了其政治核心。随着商业的繁荣和贵族势力的增长,改革市政官职权、扩大其行政与司法权力,成为强化共和国治理、平衡内部各阶层利益的关键议题。本事件模拟了这一时期可能出现的改革尝试及其对国家发展的深远影响。
完整事件代码
flavor_nov.33 = {
type = country_event
fire_only_once = yes
title = flavor_nov.33.title
desc = flavor_nov.33.desc
dynamic_historical_event = {
tag = NOV
from = 1350.1.1
to = 1365.1.1
monthly_chance = 5
}
trigger = {
government_type = government_type:republic
government_power >= 80
}
illustration_tags = {
10 = angry
10 = exterior
}
immediate = {
create_character = {
first_name = Ontsifor
last_name = Lukinich
adm = 75
dip = 60
mil = 60
estate = estate_type:nobles_estate
age = 25
save_scope_as = ontsifor_lukinich
script = ontsifor_lukinich
create_in_limbo = yes
}
event_illustration_poptype_effect = { foreground = pop_type:nobles background = pop_type:soldiers }
}
#Excellent idea!
option = {
name = flavor_nov.33.a
historical_option = yes
add_government_power = government_power_extreme_penalty
change_gold_effect = { scale = -3 }
unlock_advance_effect = { type = reforms_of_the_posadnichestvo }
unlock_government_reform_effect = { type = expanded_posadnichestvo_office }
scope:ontsifor_lukinich = { move_country = root }
ai_chance = {
factor = 1
}
}
#These reforms are not worth it
option = {
name = flavor_nov.33.b
add_prestige = prestige_weak_penalty
scope:ontsifor_lukinich = { move_country = root }
ai_chance = {
factor = 1
}
}
}