[flavor_gen.42] 热那亚画家瓦莱里奥·卡斯特洛登场
时间范围
1645.1.1 - 1659.10.1(每月 5% 概率触发)
触发条件
- 拥有热那亚地区(
location:genoa) - 已解锁“热那亚画派”科技(
has_advance = genoese_school)
关键效果
- 历史选项(
historical_option = yes):
选项“优秀”(flavor_gen.42.a)将瓦莱里奥·卡斯特洛(scope:artist_character)移至本国。
背景介绍
该事件模拟了热那亚画家瓦莱里奥·卡斯特洛(Valerio Castello)在17世纪中期的艺术活动。作为热那亚画派的代表人物之一,他的出现反映了该地区在文艺复兴后期艺术领域的持续影响力,也体现了热那亚在文化发展上的成就。
完整事件代码
flavor_gen.42 = {
type = country_event
title = flavor_gen.42.title
desc = flavor_gen.42.desc
fire_only_once = yes
dynamic_historical_event = {
tag = GEN
from = 1645.1.1
to = 1659.10.1
monthly_chance = 5
}
trigger = {
owns = location:genoa
has_advance = genoese_school
}
image = "gfx/interface/illustrations/institutions/renaissance.dds"
immediate = {
create_character = {
first_name = Valerio
last_name = Castello
estate = estate_type:burghers_estate
adm = 17
dip = 18
mil = 18
birth_date = 1624.5.7
birth_location = location:genoa
artist_skill = 0.60
artist = painter
save_scope_as = artist_character
create_in_limbo = yes
}
}
#Excellent
option = {
name = flavor_gen.42.a
scope:artist_character = {
move_country = root
}
}
}