flavor_rus.67 喀山皈依办公室
时间范围
1760.1.1 - 1840.1.1,每月有 1% 的概率触发。
触发条件
- 国家政策:已启用 政教分离政策 (
separate_clergy_from_state_policy)。 - 国家宗教:东正教 (
religion:orthodox)。 - 地区控制:省份 喀山 (
location:kazan) 的 所有者 和 控制者 均为本国。 - 宗教构成:喀山省份的 东正教人口比例低于 85%。
关键效果
选项 A:建立“新皈依者办公室”
- 历史选项 (
historical_option = yes) - 在喀山省份:
- 若该省份没有 东正教修道院 (
building_type:orthodox_monastery),则建造一座。 - 为该省份添加名为 office_of_new_converts 的修正,持续时间为 -1年(即永久),模式为添加并延长 (
mode = add_and_extend)。
- 若该省份没有 东正教修道院 (
- 启用内阁行动 enable_office_of_new_converts_cabinet_action(通过自定义提示文本显示)。
- 显示自定义提示文本
flavor_rus.67.tt1。 - AI 选择此选项的权重因子为 1。
选项 B:维持现状
- 获得 轻微稳定性加成 (
stability_mild_bonus)。 - 社会价值观变化:灵性主义 vs 人文主义 (
spiritualist_vs_humanist) 向 右侧(更偏向灵性主义)移动 (societal_value_move_to_right)。 - AI 选择此选项的权重因子为 0.5。
背景介绍
在18世纪至19世纪初的俄罗斯帝国,随着领土扩张,如何有效管理和同化新征服地区(如喀山)的非东正教人口成为重要议题。尤其是当国家推行“政教分离政策”后,政府需要一种机制来促进东正教的传播并巩固统治。此事件反映了帝国试图通过建立“新皈依者办公室”等机构,系统性地推动宗教皈依与地区整合的历史进程。
完整事件代码
flavor_rus.67 = {
type = country_event
title = flavor_rus.67.title
desc = flavor_rus.67.desc
fire_only_once = yes
dynamic_historical_event = {
tag = RUS
from = 1760.1.1
to = 1840.1.1
monthly_chance = 1
}
trigger = {
has_policy = separate_clergy_from_state_policy
religion = religion:orthodox
location:kazan = {
owner = root
controller = root
province ?= {
religion_percentage = {
religion = religion:orthodox
value < 0.85
}
}
}
}
illustration_tags = {
10 = regular
10 = exterior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:peasants_estate }
location:kazan = {
save_scope_as = target_location
}
}
option = {
name = flavor_rus.67.a
historical_option = yes
location:kazan = {
if = {
limit = {
NOT = {
has_building = building_type:orthodox_monastery
}
}
construct_building = {
building_type = building_type:orthodox_monastery
}
}
add_location_modifier = {
modifier = office_of_new_converts
years = -1
mode = add_and_extend
}
}
custom_tooltip = {
text = enable_office_of_new_converts_cabinet_action
}
custom_tooltip = flavor_rus.67.tt1
ai_chance = {
factor = 1
}
}
option = {
name = flavor_rus.67.b
add_stability = stability_mild_bonus
change_societal_value = {
type = spiritualist_vs_humanist
value = societal_value_move_to_right
}
ai_chance = {
factor = 0.5
}
}
historical_info = flavor_rus.67.historical_info
}