flavor_rus.51 伊万·舒瓦洛夫登场
时间范围:1745.1.1 - 1790.1.1 (每月 5% 概率)
触发条件:
- 玩家国家(
root)必须拥有并控制莫斯科地区(location:moscow)。 - 玩家国家至少拥有一个等级为城镇(
town)或城市(city)的地区,并且该地区已拥有启蒙运动(enlightenment)思潮。
关键效果:
- 选项 A (历史选项):
- 将新创建的人物伊万·舒瓦洛夫(
scope:ivan_shuvalov)移动至玩家国家。 - 显示自定义提示
flavor_rus.51.tt2。 - AI选择此选项的概率因子为 1。
- 将新创建的人物伊万·舒瓦洛夫(
- 选项 B:
- 将预设人物
character:rus_ivan_shuvalov移动至玩家国家,并为其添加持续1年的负面特质refuses_to_serve_in_cabinet(拒绝在内阁任职)。 - 将社会价值观
quality_vs_quantity(质量 vs 数量)向左移动一格。 - 显示自定义提示
flavor_rus.51.tt3。 - 如果莫斯科地区拥有大学(
building_type:university),则设置变量shuvalov_the_teacher为 1,并为玩家国家显示自定义提示flavor_rus.51.tt4。 - AI选择此选项的概率因子为 0.5。
- 将预设人物
- 选项 C:
- 秘密效果:杀死新创建的人物伊万·舒瓦洛夫(
scope:ivan_shuvalov)。 - 为玩家国家增加少量威望(
prestige_mild_bonus)。 - 显示自定义提示
flavor_rus.51.tt5。 - AI选择此选项的概率因子为 0.5。
- 秘密效果:杀死新创建的人物伊万·舒瓦洛夫(
背景介绍: 此事件模拟了18世纪中叶俄罗斯帝国宫廷中重要人物伊万·舒瓦洛夫的出现。舒瓦洛夫是伊丽莎白·彼得罗芙娜女皇和叶卡捷琳娜二世时期的著名廷臣、艺术赞助人,也是莫斯科大学的创始人之一。他的登场正值启蒙思想在俄罗斯传播的时期,事件反映了当时俄罗斯贵族精英在接纳西方思想、推动教育改革与维护传统体制之间的抉择。
完整事件代码:
flavor_rus.51 = {
type = country_event
title = flavor_rus.51.title
desc = flavor_rus.51.desc
fire_only_once = yes
dynamic_historical_event = {
tag = RUS
from = 1745.1.1
to = 1790.1.1
monthly_chance = 5
}
trigger = {
location:moscow = {
owner = root
controller = root
}
any_owned_location = {
OR = {
location_rank = location_rank:town
location_rank = location_rank:city
}
has_institution = institution:enlightenment
}
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
create_character = {
first_name = name_john
last_name = Shuvalov
adm = 85
dip = 71
mil = 13
birth_date = 1727.1.1
estate = estate_type:nobles_estate
birth_location = location:moscow
save_scope_as = ivan_shuvalov
script = rus_ivan_shuvalov
create_in_limbo = yes
}
location:moscow = {
save_scope_as = target_location
}
}
option = {
name = flavor_rus.51.a
historical_option = yes
scope:ivan_shuvalov = { move_country = root }
custom_tooltip = flavor_rus.51.tt2
ai_chance = {
factor = 1
}
}
option = {
name = flavor_rus.51.b
character:rus_ivan_shuvalov = {
move_country = root
add_character_modifier = {
modifier = refuses_to_serve_in_cabinet
years = -1
mode = add_and_extend
}
}
change_societal_value = {
type = quality_vs_quantity
value = societal_value_move_to_left
}
custom_tooltip = flavor_rus.51.tt3
location:moscow = {
if = {
limit = {
has_building = building_type:university
}
set_variable = {
name = shuvalov_the_teacher
value = 1
}
root = {
custom_tooltip = flavor_rus.51.tt4
}
}
}
ai_chance = {
factor = 0.5
}
}
option = {
name = flavor_rus.51.c
hidden_effect = { kill_character_silently = scope:ivan_shuvalov }
add_prestige = prestige_mild_bonus
custom_tooltip = flavor_rus.51.tt5
ai_chance = {
factor = 0.5
}
}
historical_info = flavor_rus.51.historical_info
}