[flavor_bav.24] 巴伐利亚文艺复兴艺术家
时间范围:1518.1.1 - 1548.1.1(每月 1% 概率)
触发条件:
- 国家拥有
garmisch地区。 garmisch地区至少拥有一级scriptorium(缮写室)建筑。
关键效果:
- 选项 A (
flavor_bav.24.a):将新创建的艺术家人物安德鲁·马勒 (Andrew Maler)移动至本国。 - 选项 B (
flavor_bav.24.b):将新创建的艺术家人物安德鲁·马勒 (Andrew Maler)流放至一个随机邻国。
背景介绍: 在16世纪上半叶的文艺复兴时期,巴伐利亚及其周边地区(如上巴伐利亚、下巴伐利亚、萨尔茨堡等)的文化生活逐渐繁荣。拥有缮写室的地区成为知识和艺术活动的中心,吸引了像安德鲁·马勒这样的杰出画家。此事件模拟了当时诸侯国吸引或驱逐艺术家的抉择,反映了文艺复兴人才流动对地区文化发展的影响。
完整事件代码:
flavor_bav.24 = {
type = country_event
title = flavor_bav.24.title
desc = flavor_bav.24.desc
fire_only_once = yes
dynamic_historical_event = {
tag = BAV
tag = UBV
tag = FRE
tag = LBV
tag = SLZ
tag = PSS
tag = BRC
tag = GRF
from = 1518.1.1
to = 1548.1.1
monthly_chance = 1
}
image = "gfx/interface/illustrations/institutions/renaissance.dds"
immediate = {
create_character = {
first_name = name_andrew
last_name = Maler
min_age = 26
birth_location = location:nuremberg
culture = culture:east_franconian
adm = { 50 90 }
dip = { 50 90 }
mil = { 40 70 }
estate = estate_type:burghers_estate
artist = painter
artist_skill = { 0.7 0.85 }
save_scope_as = target_artist
create_in_limbo = yes
}
random_neighbor_country = {
save_scope_as = exile_destination
}
}
trigger = {
owns = location:garmisch
location:garmisch = {
has_building_with_at_least_one_level = scriptorium
}
}
option = {
name = flavor_bav.24.a
scope:target_artist = {
move_country = root
}
}
option = {
name = flavor_bav.24.b
scope:target_artist = {
move_country = scope:exile_destination
}
}
}