[flavor_ven.68] 安东尼奥·维瓦尔第登场
时间范围:1715年1月1日 - 1740年1月1日(每月 1% 概率)
触发条件:
- 事件仅对标签为
VEN(威尼斯)的国家触发。 - 事件仅发生一次。
关键效果:
- 历史选项:选项
flavor_ven.68.a- 将创建的人物
安东尼奥·维瓦尔第移动至触发国(威尼斯)。 - 为该人物添加特质
prominent(杰出人物)。
- 将创建的人物
背景介绍: 此事件模拟了巴洛克时期著名作曲家、小提琴家安东尼奥·维瓦尔第在威尼斯共和国的登场。维瓦尔第出生于威尼斯,其音乐创作,特别是《四季》小提琴协奏曲,对后世影响深远。该事件旨在为威尼斯增添文化名人的历史维度。
完整事件代码:
flavor_ven.68 = { #Antonio Vivaldi
type = country_event
title = flavor_ven.68.title
desc = flavor_ven.68.desc
fire_only_once = yes
historical_info = flavor_ven.68.historical_info
dynamic_historical_event = {
tag = VEN
from = 1715.1.1
to = 1740.1.1
monthly_chance = 1
}
image = "gfx/interface/illustrations/institutions/renaissance.dds"
immediate = {
create_character = {
first_name = name_anthony
last_name = Vivaldi
birth_date = 1678.3.4
birth_location = location:venice
estate = estate_type:burghers_estate
adm = { 20 70 }
dip = { 20 70 }
mil = { 20 70 }
artist_skill = 0.95
culture = culture:venetian
artist = composer
save_scope_as = target_character
create_in_limbo = yes
}
}
option = {
name = flavor_ven.68.a
scope:target_character = {
move_country = root
add_trait = trait:prominent
}
}
}