[flavor_mlo.52] 帕维亚图书馆的建立
时间范围:1375.1.1 - 1400.1.1(每月 20% 概率)
触发条件:
- 国家拥有帕维亚(Pavia)地区。
- 艺术品
work_of_art:visconti_palace(维斯孔蒂宫)已存在。 - 该艺术品必须位于帕维亚地区。
- 国家当前拥有统治者。
- 该统治者拥有家族(dynasty)。
关键效果:
-
选项 A (flavor_mlo.52.a) - 侧重知识:
- 获得
research_progress_extreme_bonus(巨额研究进度加成)。 - 主流文化获得
cultural_influence_mild_bonus(温和的文化传统加成)。 - 在帕维亚地区添加持续到游戏结束的省份修正
MLO_library_research。 - 自定义提示:
MLO_can_be_seized_and_must_be_protected。
- 获得
-
选项 B (flavor_mlo.52.b) - 侧重文学:
- 获得
research_progress_mild_bonus(温和的研究进度加成)。 - 主流文化获得
cultural_influence_severe_bonus(显著的文化传统加成)。 - 在帕维亚地区添加持续到游戏结束的省份修正
MLO_library_arts。 - 自定义提示:
MLO_can_be_seized_and_must_be_protected。
- 获得
事件后续:
- 无论选择哪个选项,帕维亚地区都会被设置变量
MLO_local_library。
背景介绍: 在14世纪后期,统治米兰的维斯孔蒂家族在帕维亚的宫殿中建立了一座重要的图书馆。这座图书馆的建立方向,反映了统治者对知识积累与文学艺术发展的不同侧重,它不仅是知识的宝库,也成为了提升国家文化影响力和研究能力的重要象征。
完整事件代码:
flavor_mlo.52 = {
type = country_event
title = flavor_mlo.52.title
desc = flavor_mlo.52.desc
illustration_tags = {
10 = regular
10 = interior
}
fire_only_once = yes
dynamic_historical_event = {
tag = MLO
from = 1375.1.1
to = 1400.1.1
monthly_chance = 20
}
trigger = {
owns = location:pavia
work_of_art_exists = { work_of_art = work_of_art:visconti_palace }
location:pavia = {
any_work_of_art_in_location = { this = work_of_art:visconti_palace }
}
has_ruler = yes
ruler = { has_dynasty = yes }
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
location:pavia = {
save_scope_as = target_location
}
ruler = {
save_scope_as = target_character
}
}
#focus on knowledge
option = {
name = flavor_mlo.52.a
add_research_progress = research_progress_extreme_bonus
culture = {
add_cultural_tradition = cultural_influence_mild_bonus
}
scope:target_location = {
add_location_modifier = {
modifier = MLO_library_research
years = -1
}
}
custom_tooltip = MLO_can_be_seized_and_must_be_protected
}
#focus on literature
option = {
name = flavor_mlo.52.b
add_research_progress = research_progress_mild_bonus
culture = {
add_cultural_tradition = cultural_influence_severe_bonus
}
scope:target_location = {
add_location_modifier = {
modifier = MLO_library_arts
years = -1
}
}
custom_tooltip = MLO_can_be_seized_and_must_be_protected
}
after = {
scope:target_location = {
set_variable = MLO_local_library
}
}
}