flavor_rus.52 伊万·舒瓦洛夫与艺术科学
时间范围
1760.1.1 - 1800.1.1,每月 5% 概率触发。
触发条件
- 人物
rus_ivan_shuvalov必须存活。 - 满足以下任一条件:
neva地区由本国所有并控制,且拥有建筑imperial_academy_of_arts。moscow地区由本国所有并控制,拥有建筑university,且拥有变量shuvalov_the_teacher。
- 满足以下任一条件:
- 国家
ENG存在,且其首都拥有建筑royal_society。 - 国家
GBR存在,且其首都拥有建筑royal_society。
- 国家
关键效果
选项 A:欣然接受(历史选项)
- 获得少量威望加成。
- 若
neva地区拥有建筑imperial_academy_of_arts,则为其添加持续10年的修正artist_enrollment_surge。 - 若
moscow地区拥有建筑university且拥有变量shuvalov_the_teacher,则为其添加持续10年的修正magnet_for_scholars。 - 若
moscow地区拥有变量moscow_gazette,则为其添加持续10年的修正gazette_subscription_surge。
选项 B:接受,但另有打算
- 对首都使用
drop_antagonism_bomb效果,应用修正antagonism_skilled_diplomat,数值为 -3。 - 触发
nudge_towards_openness效果。
背景介绍
此事件描绘了18世纪下半叶俄罗斯帝国在文化、艺术与科学领域发展的一个关键时刻。伊万·舒瓦洛夫作为叶卡捷琳娜二世时期的著名廷臣、艺术赞助人和莫斯科大学的创始人之一,其影响力推动了俄罗斯与西欧(尤其是英国)在学术和艺术机构的交流。事件反映了俄罗斯精英阶层试图借鉴英国皇家学会等先进模式,以提升本国学术与艺术机构水平的努力,是俄罗斯近代化进程中文化西化倾向的体现。
事件代码
flavor_rus.52 = {
type = country_event
title = flavor_rus.52.title
desc = flavor_rus.52.desc
fire_only_once = yes
dynamic_historical_event = {
tag = RUS
from = 1760.1.1
to = 1800.1.1
monthly_chance = 5
}
trigger = {
character:rus_ivan_shuvalov ?= {
is_alive = yes
}
OR = {
location:neva = {
owner = root
controller = root
has_building = building_type:imperial_academy_of_arts
}
location:moscow = {
owner = root
controller = root
has_building = building_type:university
has_variable = shuvalov_the_teacher
}
}
OR = {
AND = {
country_exists = c:ENG
c:ENG.capital = {
#has_building = building_type:royal_society
}
}
AND = {
country_exists = c:GBR
c:GBR.capital = {
#has_building = building_type:royal_society
}
}
}
}
illustration_tags = {
10 = happy
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
if = {
limit = {
country_exists = c:ENG
}
c:ENG.capital = {
save_scope_as = target_location
}
}
else = {
c:GBR.capital = {
save_scope_as = target_location
}
}
character:rus_ivan_shuvalov = {
save_scope_as = ivan_shuvalov
}
root = { save_scope_as = target_root_country }
}
#Graciously accept.
option = {
name = flavor_rus.52.a
historical_option = yes
add_prestige = prestige_mild_bonus
location:neva = {
if = {
limit = {
has_building = building_type:imperial_academy_of_arts
}
add_location_modifier = {
modifier = artist_enrollment_surge
years = 10
mode = add_and_extend
}
root = {
custom_tooltip = flavor_rus.52.tt1
}
}
}
location:moscow = {
if = {
limit = {
has_building = building_type:university
has_variable = shuvalov_the_teacher
}
add_location_modifier = {
modifier = magnet_for_scholars
years = 10
mode = add_and_extend
}
root = {
custom_tooltip = flavor_rus.52.tt2
}
}
if = {
limit = {
has_variable = moscow_gazette
}
add_location_modifier = {
modifier = gazette_subscription_surge
years = 10
mode = add_and_extend
}
root = {
custom_tooltip = flavor_rus.52.tt3
}
}
}
ai_chance = {
factor = 1
}
}
#Accept, but with a different agenda in mind.
option = {
name = flavor_rus.52.b
drop_antagonism_bomb = {
target = capital
modifier = antagonism_skilled_diplomat
value = -3
}
nudge_towards_openness = yes
custom_tooltip = flavor_rus.52.tt4
ai_chance = {
factor = 0.5
}
}
historical_info = flavor_rus.52.historical_info
}