flavor_hab.60 乔瓦尼·皮耶路易吉·达·帕莱斯特里纳
事件类型:国家事件
时间范围:1560.1.1 - 1570.1.1,每月 1% 概率触发
触发条件:
- 国家拥有统治者 (
has_ruler = yes)
关键效果:
-
选项 A (flavor_hab.60.a):
- 花费 12 金币
- 获得少量威望 (
prestige_mild_bonus) - 本国文化获得少量文化传统与文化影响力加成 (
cultural_tradition_mild_bonus,cultural_influence_mild_bonus) - 人物 乔瓦尼·皮耶路易吉·达·帕莱斯特里纳 加入我国
- 为该人物添加 杰出 (
prominent) 特质
-
选项 B (flavor_hab.60.b) [历史选项]:
- 损失少量威望 (
prestige_mild_penalty) - (隐藏效果)人物 乔瓦尼·皮耶路易吉·达·帕莱斯特里纳 被移除
- 损失少量威望 (
背景介绍: 此事件模拟了文艺复兴晚期著名作曲家乔瓦尼·皮耶路易吉·达·帕莱斯特里纳(约1525-1594)在1560年代可能为哈布斯堡王朝(奥地利)宫廷服务的历史可能性。帕莱斯特里纳以其复调宗教音乐闻名,对后世西方音乐影响深远。选项A代表哈布斯堡王朝资助并接纳这位音乐大师,以提升文化声望;选项B则代表历史上他并未长期服务于哈布斯堡宫廷,而是主要在罗马活动。
完整事件代码:
flavor_hab.60 = { #Giovanni Pierluigi da Palestrina
type = country_event
title = flavor_hab.60.title
desc = flavor_hab.60.desc
fire_only_once = yes
historical_info = flavor_hab.60.historical_info
dynamic_historical_event = {
tag = HAB
from = 1560.1.1
to = 1570.1.1
monthly_chance = 1
}
trigger = {
has_ruler = yes
}
immediate = {
create_character = {
first_name = name_john
last_name = Pierluigi_da_Palestrina
birth_date = 1525.1.1
birth_location = location:palestrina
estate = estate_type:burghers_estate
adm = { 20 70 }
dip = { 20 70 }
mil = { 20 70 }
artist_skill = 0.95
culture = culture:median
artist = composer
save_scope_as = target_character
create_in_limbo = yes
}
ruler = {
save_scope_as = target_ruler
}
}
option = {
name = flavor_hab.60.a
change_gold_effect = { scale = -12 }
add_prestige = prestige_mild_bonus
culture = {
add_cultural_tradition = cultural_tradition_mild_bonus
add_cultural_influence = cultural_influence_mild_bonus
}
scope:target_character = {
move_country = root
}
scope:target_character = {
add_trait = trait:prominent
}
}
option = {
name = flavor_hab.60.b
historical_option = yes
add_prestige = prestige_mild_penalty
hidden_effect = {
kill_character_silently = scope:target_character
}
}
}