flavor_mos.46 莫斯科的印刷术与伊万·费奥多罗夫
时间范围:1540.1.1 - 1570.1.1 (每月 5% 概率)
触发条件:
- 角色
mos_ivan_fyodorov必须存活。 - 首都必须被本国控制,且至少拥有1级建筑
printing_press_shop(印刷所)。 - 国家宗教组必须为基督教组 (
religion_group:christian)。
关键效果:
- 选项 A (历史选项):
- 为文化添加传统
cultural_tradition_mild_bonus。 - 为国家添加修正
the_apostle_wide_distribution,持续10年(模式为叠加并延长)。
- 为文化添加传统
- 选项 B:
- 在首都添加地点修正
the_apostle,持续10年(模式为叠加并延长)。 - 为贵族阶层 (
estate_type:nobles_estate) 增加大量满意度 (estate_satisfaction_severe_bonus)。 - 显示自定义提示
flavor_mos.46.tt1。
- 在首都添加地点修正
- 选项 C:
- 前提条件:国家需拥有政策
strict_censorship(严格审查)。 - 为神职人员阶层 (
estate_type:clergy_estate) 增加大量满意度 (estate_satisfaction_severe_bonus)。 - 为国家添加修正
the_apostle_wide_distribution,持续10年(模式为叠加并延长)。 - 显示自定义提示
flavor_mos.46.tt2。
- 前提条件:国家需拥有政策
背景介绍: 此事件模拟了16世纪中叶,印刷术在莫斯科公国(及其继承者俄罗斯)的传播与影响。核心人物是伊万·费奥多罗夫,一位著名的东斯拉夫印刷先驱,他于1564年在莫斯科出版了第一本注明日期和地点的斯拉夫语书籍《使徒行传》。事件围绕在首都建立印刷所后,如何利用费奥多罗夫的才能以及处理印刷品传播带来的社会影响(如知识普及、贵族或教会反应)展开决策。
完整事件代码:
flavor_mos.46 = {
type = country_event
fire_only_once = yes
title = flavor_mos.46.title
desc = flavor_mos.46.desc
image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_books.dds"
dynamic_historical_event = {
tag = MOS
tag = RUS
from = 1540.1.1
to = 1570.1.1
monthly_chance = 5
}
trigger = {
character:mos_ivan_fyodorov ?= {
is_alive = yes
}
capital = {
controller = root
has_building_with_at_least_one_level = printing_press_shop
}
religion.group = religion_group:christian
}
immediate = {
capital = {
save_scope_as = target_location
}
character:mos_ivan_fyodorov = {
save_scope_as = target_artist
}
root = { save_scope_as = target_root_country }
}
option = {
name = flavor_mos.46.a
historical_option = yes
culture = {
add_cultural_tradition = cultural_tradition_mild_bonus
}
add_country_modifier = {
modifier = the_apostle_wide_distribution
years = 10
mode = add_and_extend
}
ai_chance = {
factor = 1
}
}
option = {
name = flavor_mos.46.b
capital = {
add_location_modifier = {
modifier = the_apostle
years = 10
mode = add_and_extend
}
}
add_estate_satisfaction = { type = estate_type:nobles_estate
value = estate_satisfaction_severe_bonus
}
custom_tooltip = flavor_mos.46.tt1
ai_chance = {
factor = 0.5
}
}
option = {
name = flavor_mos.46.c
trigger = {
has_policy = strict_censorship
}
add_estate_satisfaction = { type = estate_type:clergy_estate
value = estate_satisfaction_severe_bonus
}
add_country_modifier = {
modifier = the_apostle_wide_distribution
years = 10
mode = add_and_extend
}
custom_tooltip = flavor_mos.46.tt2
ai_chance = {
factor = 0.5
}
}
historical_info = flavor_mos.46.historical_info
}