flavor_mos.24 莫斯科公国/俄罗斯的宫廷改革
时间范围:1410.1.1 - 1480.1.1,每月 1% 概率触发
触发条件:
- 国家拥有统治者。
- 满足以下条件之一:
- 首都地区的本地控制度 >= 50%。
- 统治者的行政能力 >= 50。
- 皇产阶层势力 >= 35%。
- 社会价值观“集权化 vs 去中心化” <= 10。
关键效果:
- 选项 A (历史选项):
- 添加政策:行政焦点。
- AI 选择权重:1。
- 选项 B:
- 添加政策:外交焦点。
- AI 选择权重:0.5。
背景介绍: 此事件模拟了莫斯科公国(后为俄罗斯)在15世纪早期至中期,随着国家扩张和统治机构的发展,宫廷内部进行的行政或外交方向的改革。事件反映了统治者或强大的皇产阶层在首都局势稳定或统治者能力出众时,推动国家治理体系走向更集中的行政管控或更积极的外交策略的抉择。
完整事件代码:
flavor_mos.24 = {
hide_portraits = yes
type = country_event
fire_only_once = yes
title = flavor_mos.24.title
desc = flavor_mos.24.desc
image = "gfx/interface/illustrations/institutions/banking.dds"
dynamic_historical_event = {
tag = MOS
tag = RUS
from = 1410.1.1
to = 1480.1.1
monthly_chance = 1
}
trigger = {
has_ruler = yes
OR = {
capital = {
local_control >= 0.5
}
ruler = { adm >= 50 }
"estate_power(estate_type:crown_estate)" >= 0.35
}
societal_value:centralization_vs_decentralization <= 10
}
immediate = {
capital = {
save_scope_as = target_location
}
ruler = {
save_scope_as = target_character
}
set_variable = { name = vestiarium value = 1 }
}
option = {
name = flavor_mos.24.a
historical_option = yes
custom_tooltip = {
text = flavor_mos.24.custom
}
add_policy = policy:administrative_focus
ai_chance = {
factor = 1
}
}
option = {
name = flavor_mos.24.b
custom_tooltip = {
text = flavor_mos.24.custom
}
add_policy = policy:diplomatic_focus
ai_chance = {
factor = 0.5
}
}
historical_info = flavor_mos.24.historical_info
}