flavor_hab.100 约翰·卢卡斯·冯·希尔德布兰特登场
时间范围:1700.1.1 - 1720.1.1(每月 1% 概率)
触发条件:
- 国家拥有维也纳(Vienna)地区。
关键效果:
- 选项 A (历史选项):
- 花费 4 金币。
- 人物约翰·卢卡斯·冯·希尔德布兰特加入你的国家,并获得特质“建筑远见家”。
- 选项 B:
- 获得少量威望惩罚。
- (隐藏效果)人物约翰·卢卡斯·冯·希尔德布兰特被移除。
背景介绍: 该事件模拟了奥地利哈布斯堡王朝在18世纪初招募著名建筑师约翰·卢卡斯·冯·希尔德布兰特的历史情境。希尔德布兰特是巴洛克建筑的重要代表人物,曾为维也纳的宫廷和贵族设计了许多宏伟的建筑。事件反映了当时奥地利宫廷对艺术人才的重视,以及通过投资文化艺术来提升国家声望的常见做法。
完整事件代码:
flavor_hab.100 = { #Johann Lukas von Hildebrandt
type = country_event
title = flavor_hab.100.title
desc = flavor_hab.100.desc
fire_only_once = yes
historical_info = flavor_hab.100.historical_info
dynamic_historical_event = {
tag = HAB
from = 1700.1.1
to = 1720.1.1
monthly_chance = 1
}
trigger = {
owns = location:vienna
}
immediate = {
create_character = {
first_name = name_john.name_lucas
last_name = von_Hildebrandt
birth_date = 1668.11.14
birth_location = location:genoa
estate = estate_type:burghers_estate
adm = { 20 70 }
dip = { 20 70 }
mil = { 20 70 }
artist_skill = 0.85
culture = culture:danube_bavarian
artist = architect
save_scope_as = target_character
script = hab_hildebrandt
create_in_limbo = yes
}
}
option = {
name = flavor_hab.100.a
historical_option = yes
change_gold_effect = { scale = -4 }
scope:target_character = {
move_country = root
add_trait = trait:architectural_visionary
}
}
option = {
name = flavor_hab.100.b
add_prestige = prestige_weak_penalty
hidden_effect = {
kill_character_silently = scope:target_character
}
}
}