flavor_flo.34 詹·弗朗切斯科·波焦·布拉乔利尼登场
时间范围:1465.1.1 - 1485.1.1(每月 10% 概率)
触发条件:
- 国家拥有佛罗伦萨(Florence)和阿雷佐(Arezzo)两地。
关键效果:
- 选项 A (历史选项):
- 花费 4 金币。
- 社会价值观向“创新”方向移动。
- 人物“詹·弗朗切斯科·波焦·布拉乔利尼”加入本国宫廷。
- 选项 B:
- 少量损失威望。
- 社会价值观向“传统”方向移动。
- 人物“詹·弗朗切斯科·波焦·布拉乔利尼”移居至一个随机邻国。
背景介绍: 詹·弗朗切斯科·波焦·布拉乔利尼是文艺复兴时期意大利著名的人文主义者、学者和书法家。他以其对古典拉丁文献的重新发现和抄录工作而闻名,为文艺复兴时期古典文化的复兴做出了重要贡献。此事件模拟了这位重要学者在佛罗伦萨或托斯卡纳地区登场,并可能为当地带来文化影响或流失至他国的历史可能性。
完整事件代码:
flavor_flo.34 = { # Gian Francesco Poggio Braccioloni
type = country_event
title = flavor_flo.34.title
desc = flavor_flo.34.desc
fire_only_once = yes
dynamic_historical_event = {
tag = FLO
tag = TUS
from = 1465.1.1
to = 1485.1.1
monthly_chance = 10
}
trigger = {
owns = location:florence
owns = location:arezzo
}
immediate = {
create_character = {
first_name = name_john
last_name = Braccioloni
birth_location = location:arezzo
culture = culture:tuscan
adm = 71
dip = 74
mil = 68
birth_date = 1380.2.11
estate = estate_type:burghers_estate
script = flo_gian_braccioloni_script
save_scope_as = target_artist
artist = writer
artist_skill = 0.75
}
random_neighbor_country = {
save_scope_as = target_country
}
}
image = "gfx/interface/illustrations/institutions/scientific_revolution.dds"
option = {
name = flavor_flo.34.a
historical_option = yes
change_gold_effect = { scale = -4 }
custom_tooltip = flo_target_artist_joins_our_court_tt
change_societal_value = {
type = traditionalist_vs_innovative
value = societal_value_move_to_right
}
}
option = {
name = flavor_flo.34.b
trigger = {
exists = scope:target_country
}
add_prestige = prestige_weak_penalty
change_societal_value = {
type = traditionalist_vs_innovative
value = societal_value_move_to_left
}
scope:target_artist = {
move_country = scope:target_country
}
}
}