[flavor_eng.131] 安东尼·范·登·温加尔德
时间范围:1544.1.1 - 1590.1.1(每月 1% 概率)
触发条件:
- 国家为君主制政府类型 (
government_type = government_type:monarchy)。 - 国库储备至少为6个月的收入 (
months_of_income >= 6)。
关键效果:
- 历史选项 (
historical_option = yes):- 花费12个月收入 (
change_gold_effect = { scale = -12 })。 - 在首都创建一件名为“白厅”的宫殿艺术品,品质为85,艺术家为安东尼·范·登·温加尔德 (
capital = { create_art = { quality = 85 artist = scope:anton_van_den_wyngaerde type = work_of_art_type:palace key = whitehall } })。 - 提升安东尼·范·登·温加尔德的艺术家技能0.03 (
scope:anton_van_den_wyngaerde = { add_artist_skill = 0.03 })。 - 获得少量政府点数 (
add_government_power = government_power_mild_bonus)。 - 显示自定义提示
flavor_eng.131.tt1。
- 花费12个月收入 (
- 替代选项:
- 本国文化获得少量文化传统与文化影响力加成 (
culture = { add_cultural_tradition = cultural_tradition_mild_bonus add_cultural_influence = cultural_influence_mild_bonus })。 - 将艺术家安东尼·范·登·温加尔德移居至目标国家 (
scope:anton_van_den_wyngaerde = { move_country = scope:target_country })。 - 显示自定义提示
flavor_eng.131.tt2和flavor_eng.131.tt3。
- 本国文化获得少量文化传统与文化影响力加成 (
背景介绍: 该事件模拟了16世纪中叶,英格兰(或大不列颠)宫廷在财政充裕时,有机会资助来自安特卫普的佛兰芒艺术家安东尼·范·登·温加尔德。他是一位技艺精湛的画家,以其建筑与地形画作闻名。事件反映了文艺复兴时期欧洲君主对艺术赞助的重视,以及艺术家跨国流动的文化现象。历史选项代表了资助他为宫廷创作重要艺术作品(如描绘白厅宫),而替代选项则可能意味着更广泛地支持本国文化发展,或允许艺术家前往他国寻求机会。
完整事件代码:
flavor_eng.131 = {
type = country_event
fire_only_once = yes
title = flavor_eng.131.title
desc = flavor_eng.131.desc
dynamic_historical_event = {
tag = ENG
tag = GBR
from = 1544.1.1
to = 1590.1.1
monthly_chance = 1
}
trigger = {
government_type = government_type:monarchy
months_of_income >= 6
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
if = {
limit = {
any_country = {
is_neighbor_of = root
}
}
random_neighbor_country = {
save_scope_as = target_country
}
}
else = {
location:antwerp.owner = {
save_scope_as = target_country
}
}
create_character = {
first_name = name_anthony
last_name = van_den_Wyngaerde
estate = estate_type:burghers_estate
adm = 62
dip = 40
mil = 15
birth_date = 1525
artist_skill = 0.9
artist = painter
culture = culture:low_franconian
birth_location = location:antwerp
script = eng_anton_van_den_wyngaerde
save_scope_as = anton_van_den_wyngaerde
}
}
option = {
historical_option = yes
name = flavor_eng.131.a
change_gold_effect = { scale = -12 }
capital = {
create_art = {
quality = 85
artist = scope:anton_van_den_wyngaerde
type = work_of_art_type:palace
key = whitehall
}
}
scope:anton_van_den_wyngaerde = {
add_artist_skill = 0.03
}
add_government_power = government_power_mild_bonus
custom_tooltip = flavor_eng.131.tt1
}
option = {
name = flavor_eng.131.b
culture = {
add_cultural_tradition = cultural_tradition_mild_bonus
add_cultural_influence = cultural_influence_mild_bonus
}
scope:anton_van_den_wyngaerde = {
move_country = scope:target_country
}
custom_tooltip = flavor_eng.131.tt2
custom_tooltip = flavor_eng.131.tt3
}
historical_info = flavor_eng.131.historical_info
}