flavor_mos.51 莫斯科大公国的加冕礼
时间范围:1475.1.1 - 1550.1.1(每月 1% 概率)
触发条件:
- 国家必须是 MOS(莫斯科大公国)或 RUS(俄罗斯)。
- 国家必须拥有统治者。
- 满足以下任一条件:
- 政府改革为 专制主义。
- 王权阶层的势力不低于 35%。
- 国家宗教必须是 东正教。
关键效果:
-
选项 A(历史选项):
- 社会价值观 中央集权 vs 地方分权 向“中央集权”方向移动。
- 在首都创建一件 王权器物 类型的艺术品 莫诺马赫皇冠,品质为 80。
- 获得 少量政府力量。
- 如果首都已存在艺术品 《弗拉基米尔诸王公的故事》,则 莫诺马赫皇冠 的品质额外提升 5。
- AI 选择此选项的概率因子为 1。
-
选项 B:
- 社会价值观 灵性主义 vs 人文主义 向“灵性主义”方向移动。
- 在首都创建一件 王权器物 类型的艺术品 莫诺马赫皇冠,品质为 80。
- 获得 少量宗教影响力。
- 如果首都已存在艺术品 《弗拉基米尔诸王公的故事》,则 莫诺马赫皇冠 的品质额外提升 5。
- AI 选择此选项的概率因子为 0.5。
-
选项 C:
- 触发前提:国家是国际组织 鞑靼之轭 的成员。
- 社会价值观 好战 vs 和解 向“好战”方向移动。
- 在首都创建一件 王权器物 类型的艺术品 莫诺马赫皇冠,品质为 80。
- 获得 少量威望。
- 如果首都已存在艺术品 《弗拉基米尔诸王公的故事》,则 莫诺马赫皇冠 的品质额外提升 5。
- AI 选择此选项的概率因子为 0.5。
背景介绍: 此事件模拟了莫斯科大公国在摆脱蒙古统治、巩固自身权力并寻求成为东正教世界及罗斯诸国领袖过程中的一个关键仪式——大公的加冕。莫诺马赫皇冠作为传说中的王权象征,其制作与使用旨在强化统治者的合法性与权威,将莫斯科的统治与基辅罗斯的遗产直接联系起来,是塑造国家认同与中央集权的重要文化政治行为。
完整事件代码:
flavor_mos.51 = {
hide_portraits = yes
type = country_event
fire_only_once = yes
title = flavor_mos.51.title
desc = flavor_mos.51.desc
image = "gfx/interface/illustrations/international_organization_types/autocephalous_patriarchate.dds"
dynamic_historical_event = {
tag = MOS
tag = RUS
from = 1475.1.1
to = 1550.1.1
monthly_chance = 1
}
trigger = {
has_ruler = yes
OR = {
has_reform = government_reform:autocracy
"estate_power(estate_type:crown_estate)" >= 0.35
}
religion = religion:orthodox
}
immediate = {
capital = {
save_scope_as = target_location
}
ruler = {
save_scope_as = target_character
}
root = { save_scope_as = target_root_country }
}
option = {
name = flavor_mos.51.a
historical_option = yes
change_societal_value = {
type = centralization_vs_decentralization
value = societal_value_move_to_right
}
capital = {
create_art = {
quality = 80
type = work_of_art_type:regalia
key = monomakhs_cap
}
}
add_government_power = government_power_mild_bonus
capital = {
if = {
limit = {
exists = work_of_art:tale_of_the_princes_of_vladimir
any_work_of_art_in_location ?= {
this = work_of_art:tale_of_the_princes_of_vladimir
}
}
random_work_of_art_in_location = {
limit = {
this = work_of_art:monomakhs_cap
}
change_art_quality = 5
custom_tooltip = flavor_mos.51.tt1
}
}
}
ai_chance = {
factor = 1
}
}
option = {
name = flavor_mos.51.b
change_societal_value = {
type = spiritualist_vs_humanist
value = societal_value_move_to_left
}
capital = {
create_art = {
quality = 80
type = work_of_art_type:regalia
key = monomakhs_cap
}
}
add_religious_influence = religious_influence_mild_bonus
capital = {
if = {
limit = {
exists = work_of_art:tale_of_the_princes_of_vladimir
any_work_of_art_in_location ?= {
this = work_of_art:tale_of_the_princes_of_vladimir
}
}
random_work_of_art_in_location = {
limit = {
this = work_of_art:monomakhs_cap
}
change_art_quality = 5
custom_tooltip = flavor_mos.51.tt1
}
}
}
ai_chance = {
factor = 0.5
}
}
option = {
name = flavor_mos.51.c
trigger = {
is_member_of_international_organization = international_organization:tatar_yoke
}
change_societal_value = {
type = belligerent_vs_conciliatory
value = societal_value_move_to_right
}
capital = {
create_art = {
quality = 80
type = work_of_art_type:regalia
key = monomakhs_cap
}
}
add_prestige = prestige_mild_bonus
capital = {
if = {
limit = {
any_work_of_art_in_location = {
this = work_of_art:tale_of_the_princes_of_vladimir
}
}
random_work_of_art_in_location = {
limit = {
this = work_of_art:monomakhs_cap
}
change_art_quality = 5
custom_tooltip = flavor_mos.51.tt1
}
}
}
ai_chance = {
factor = 0.5
}
}
historical_info = flavor_mos.51.historical_info
}