flavor_rus.32 米哈伊尔·谢尔巴托夫登场
时间范围:1763.1.1 - 1793.1.1 (每月 5% 概率)
触发条件:
- 玩家国家必须拥有并控制莫斯科地区。
- 满足以下任一条件:
- 莫斯科地区已接纳“启蒙主义”思潮。
- 国家的“传统主义 vs 创新”社会价值观大于0。
关键效果:
- 选项 A (历史选项):
- 人物“米哈伊尔·谢尔巴托夫”加入玩家国家。
- 为该人物添加“文学道德家”修正(效果持续,并延长1年)。
- 如果国家政策包含“严格审查制度”,则增加神职人员阶层满意度。
- 选项 B:
- 国家的“传统主义 vs 创新”社会价值观向右移动(趋向创新)。
- (隐藏效果)人物“米哈伊尔·谢尔巴托夫”被移除。
背景介绍: 此事件模拟了俄国贵族、历史学家和哲学家米哈伊尔·谢尔巴托夫(1733-1790)在启蒙思想影响下的登场。作为一位保守的批评家,他著书立说,批判彼得大帝改革后俄国社会的道德堕落,并主张恢复旧贵族的特权与道德准则。他的出现反映了18世纪下半叶俄国社会在现代化与传统文化之间的深刻张力。
完整事件代码:
flavor_rus.32 = {
type = country_event
title = flavor_rus.32.title
desc = flavor_rus.32.desc
image = "gfx/interface/illustrations/institutions/enlightenment.dds"
fire_only_once = yes
dynamic_historical_event = {
tag = RUS
from = 1763.1.1
to = 1793.1.1
monthly_chance = 5
}
trigger = {
location:moscow = {
owner = root
controller = root
}
OR = {
location:moscow = {
has_institution = institution:enlightenment
}
societal_value:traditionalist_vs_innovative > 0
}
}
immediate = {
location:moscow = {
save_scope_as = target_location
}
location:moscow = {
create_dynasty_from_location = shcherbatov_dynasty
}
create_character = {
first_name = name_michael
estate = estate_type:nobles_estate
adm = 65
dip = 46
mil = 31
dynasty = dynasty:shcherbatov_dynasty
birth_date = 1733.1.1
birth_location = location:moscow
artist_skill = 0.89
artist = philosopher
save_scope_as = michailo_shcherbatov
script = rus_michailo_shcherbatov
create_in_limbo = yes
}
root = {
save_scope_as = target_root_country
}
}
option = {
name = flavor_rus.32.a
historical_option = yes
scope:michailo_shcherbatov = {
move_country = root
add_character_modifier = {
modifier = literary_moralist
years = -1
mode = add_and_extend
}
}
custom_tooltip = flavor_rus.32.tt2
if = {
limit = {
has_policy = strict_censorship
}
add_estate_satisfaction = { type = estate_type:clergy_estate
value = estate_satisfaction_severe_bonus
}
custom_tooltip = flavor_rus.32.tt3
}
}
option = {
name = flavor_rus.32.b
change_societal_value = {
type = traditionalist_vs_innovative
value = societal_value_move_to_right
}
hidden_effect = { kill_character_silently = scope:michailo_shcherbatov }
}
historical_info = flavor_rus.32.historical_info
}