flavor_mos.38 圣谢尔盖圣地的建立
时间范围:1450.1.1 - 1700.1.1 触发概率:每月 1% 概率
触发条件:
- 国家宗教为东正教。
- 世界名作
holy_trinity_st_sergius_lavra(圣三一谢尔盖圣三一修道院)存在。 - 世界名作
st_sergius_relics(圣谢尔盖圣髑)存在。 - 地点
pushkino(普希金诺)满足以下所有条件:- 该地点内存在名作
holy_trinity_st_sergius_lavra。 - 该地点内存在名作
st_sergius_relics。 - 该地点的所有者和控制者均为触发事件的国家。
- 该地点神职人员(
clergy)人口比例大于 20%。
- 该地点内存在名作
关键效果:
- 选项 A (历史选项):
- 为东正教创建一个新的圣座(
episcopal_see)圣地。- 名称:
episcopal_see - 类型:主教座堂
- 重要性:3
- 位置:
pushkino地点 - 关联宗教:东正教
- 名称:
- 获得“宗教影响力轻度惩罚”修正。
- 为东正教创建一个新的圣座(
- 选项 B:
- 社会价值观向“好战 vs 和解”谱系的右侧移动(变得更倾向于好战)。
- 获得“威望轻度加成”修正。
背景介绍: 该事件模拟了莫斯科大公国或俄罗斯在1450年至1700年间,基于圣谢尔盖·拉多涅日斯基的宗教遗产,在其圣物和修道院所在地普希金诺正式确立一个东正教重要圣地的历史可能性。圣谢尔盖是俄罗斯东正教的关键圣人,其建立的圣三一谢尔盖修道院成为俄罗斯的宗教与文化中心。此事件标志着国家试图将这一重要的宗教象征制度化,并将其提升为官方认可的圣座,以巩固东正教信仰并增强国家与教会的影响力。
完整事件代码:
flavor_mos.38 = {
type = country_event
fire_only_once = yes
title = flavor_mos.38.title
desc = flavor_mos.38.desc
image = "gfx/interface/illustrations/international_organization_types/autocephalous_patriarchate.dds"
dynamic_historical_event = {
tag = MOS
tag = RUS
from = 1450.1.1
to = 1700.1.1
monthly_chance = 1
}
trigger = {
religion = religion:orthodox
exists = work_of_art:holy_trinity_st_sergius_lavra
exists = work_of_art:st_sergius_relics
location:pushkino = {
any_work_of_art_in_location = {
this ?= work_of_art:holy_trinity_st_sergius_lavra
}
any_work_of_art_in_location = {
this ?= work_of_art:st_sergius_relics
}
owner = root
controller = root
num_pop_type:clergy > 0.2
}
}
immediate = {
location:pushkino = {
save_scope_as = target_location
}
root = { save_scope_as = target_root_country }
}
option = {
name = flavor_mos.38.a
historical_option = yes
religion:orthodox = {
create_holy_site = {
name = episcopal_see
type = episcopal_see
importance = 3
location = scope:target_location
religions = { religion:orthodox }
}
}
add_religious_influence = religious_influence_mild_penalty
ai_chance = {
factor = 1
}
}
option = {
name = flavor_mos.38.b
change_societal_value = {
type = belligerent_vs_conciliatory
value = societal_value_move_to_right
}
add_prestige = prestige_mild_bonus
ai_chance = {
factor = 0.5
}
}
historical_info = flavor_mos.38.historical_info
}