[flavor_ven.46] 巴尔达萨雷·多纳托登场
时间范围:1555.1.1 - 1570.1.1(每月 10% 概率触发)
触发条件:
- 国家拥有变量
unlocked_venetian_school_of_music_characters
关键效果:
- 选项 A:
- 社会价值观
traditionalist_vs_innovative向“创新”方向小幅移动。 - 将新创建的人物
target_character移动到本国。 - 为该人物随机添加一个艺术家类特质。
- 社会价值观
背景介绍: 巴尔达萨雷·多纳托是16世纪威尼斯乐派的重要作曲家,以其宗教音乐和牧歌作品闻名。此事件模拟了这位音乐家在威尼斯共和国文化生活中的登场,反映了威尼斯在文艺复兴时期作为音乐与艺术中心的地位。
完整事件代码:
flavor_ven.46 = { #Baldassare Donato
type = country_event
title = flavor_ven.46.title
desc = flavor_ven.46.desc
fire_only_once = yes
dynamic_historical_event = {
tag = VEN
from = 1555.1.1
to = 1570.1.1
monthly_chance = 10
}
trigger = {
has_variable = unlocked_venetian_school_of_music_characters
}
image = "gfx/interface/illustrations/institutions/renaissance.dds"
immediate = {
create_character = {
first_name = name_balthazar
last_name = Donato
birth_date = 1530.4.7
birth_location = location:venice
estate = estate_type:burghers_estate
adm = { 20 70 }
dip = { 20 70 }
mil = { 20 70 }
artist_skill = 0.75
culture = culture:venetian
save_scope_as = target_character
create_in_limbo = yes
artist = composer
}
}
option = {
name = flavor_ven.46.a
change_societal_value = {
type = traditionalist_vs_innovative
value = societal_value_minor_move_to_right
}
scope:target_character = {
move_country = root
add_random_trait_from_category = artist
}
}
}