flavor_flo.37 多纳泰罗登场
时间范围:1405.1.1 - 1444.12.30(每月 4% 概率) 所属文件:temp/flo/flavor_flo.37.txt
触发条件
- 国家拥有佛罗伦萨(Florence)地区。
- 佛罗伦萨地区至少拥有以下建筑之一:
- 艺术学校(
art_school) - 艺术学院(
arts_academy)
- 艺术学校(
关键效果
选项 A
- 花费 4 金币。
- 获得提示:“目标艺术家加入我们的宫廷”。
- 社会价值观“传统主义 vs 创新”向“创新”方向小幅移动。
选项 B
- 触发前提:存在一个随机的邻国(由事件代码随机选取)。
- 损失少量威望。
- 社会价值观“传统主义 vs 创新”向“传统主义”方向小幅移动。
- 艺术家“多纳泰罗”将离开本国,移居至随机的邻国。
背景介绍
此事件模拟了文艺复兴早期著名雕塑家多纳泰罗(Donatello,本名多纳托·迪·尼科洛·迪·贝托·巴尔迪)在佛罗伦萨登场的可能性。多纳泰罗是文艺复兴雕塑的先驱,其作品对后世艺术发展影响深远。事件设定在1405年至1444年间,正值佛罗伦萨作为文艺复兴中心的崛起时期。事件反映了当时城邦对艺术人才的争夺,以及艺术繁荣与社会价值观(传统与创新)变化之间的关联。玩家作为控制佛罗伦萨的国家,将面临是留住这位天才艺术家并推动创新,还是因经济或其他原因任其流向他国的抉择。
完整事件代码
flavor_flo.37 = { # Donatello
type = country_event
title = flavor_flo.37.title
desc = flavor_flo.37.desc
fire_only_once = yes
dynamic_historical_event = {
tag = FLO
tag = TUS
from = 1405.1.1
to = 1444.12.30
monthly_chance = 4
}
trigger = {
owns = location:florence
location:florence = {
OR = {
has_building_with_at_least_one_level = art_school
has_building_with_at_least_one_level = arts_academy
}
}
}
image = "gfx/interface/illustrations/institutions/renaissance.dds"
immediate = {
create_character = {
first_name = name_donato
last_name = di_Niccolo_di_Betto_Bardi
birth_location = location:florence
culture = culture:tuscan
birth_date = 1386.2.11
estate = estate_type:peasants_estate
script = flo_donatello_script
save_scope_as = target_artist
artist = sculptor
artist_skill = 0.74
}
random_neighbor_country = {
save_scope_as = target_country
}
location:florence = {
save_scope_as = target_location
}
}
option = {
name = flavor_flo.37.a
change_gold_effect = { scale = -4 }
custom_tooltip = flo_target_artist_joins_our_court_tt
change_societal_value = {
type = traditionalist_vs_innovative
value = societal_value_minor_move_to_right
}
}
option = {
name = flavor_flo.37.b
trigger = {
exists = scope:target_country
}
add_prestige = prestige_weak_penalty
change_societal_value = {
type = traditionalist_vs_innovative
value = societal_value_minor_move_to_left
}
scope:target_artist = {
move_country = scope:target_country
}
scope:target_country = {
}
}
}