flavor_rus.40 瓦西里·塔季谢夫与《俄罗斯史》
时间范围:1730.1.1 - 1830.1.1(每月 1% 概率)
触发条件:
- 角色
rus_vasily_tatishchev必须存活。
关键效果:
- 选项 A (历史选项):
- 在首都创建一件艺术品:
- 艺术家:瓦西里·塔季谢夫
- 品质:80
- 类型:论文
- 关键标识:
istoriya_rossiskaya
- 为瓦西里·塔季谢夫增加 0.03 点艺术家技能。
- 在首都创建一件艺术品:
- 选项 B:
- 触发条件:国家需拥有政府改革
autocracy。 - 增加大量政府力量。
- 触发条件:国家需拥有政府改革
- 选项 C:
- 增加少量威望。
背景介绍: 此事件围绕俄罗斯历史学家、地理学家瓦西里·塔季谢夫展开。在18世纪至19世纪初,塔季谢夫致力于编纂《俄罗斯史》,这是一部开创性的历史著作,系统性地整理了俄罗斯的历史资料。事件反映了当时俄罗斯帝国对历史编纂、文化建设的重视,以及统治者可能对此类学术成果采取的不同态度——是支持学术创作,还是利用其巩固专制统治,亦或是将其转化为国家威望。
完整事件代码:
flavor_rus.40 = {
type = country_event
title = flavor_rus.40.title
desc = flavor_rus.40.desc
image = "gfx/interface/illustrations/institutions/legalism.dds"
fire_only_once = yes
dynamic_historical_event = {
tag = RUS
from = 1730.1.1
to = 1830.1.1
monthly_chance = 1
}
trigger = {
character:rus_vasily_tatishchev ?= {
is_alive = yes
}
}
immediate = {
capital = {
save_scope_as = target_location
}
character:rus_vasily_tatishchev = {
save_scope_as = vasily_tatishchev
}
}
option = {
name = flavor_rus.40.a
historical_option = yes
capital = {
create_art = {
artist = scope:vasily_tatishchev
quality = 80
type = work_of_art_type:treatise
key = istoriya_rossiskaya
}
}
scope:vasily_tatishchev = {
add_artist_skill = 0.03
}
}
option = {
name = flavor_rus.40.b
trigger = {
has_reform = government_reform:autocracy
}
add_government_power = government_power_severe_bonus
}
option = {
name = flavor_rus.40.c
add_prestige = prestige_mild_bonus
}
historical_info = flavor_rus.40.historical_info
}