flavor_hab.33 奥斯瓦尔德·冯·沃尔肯施泰因登场
时间范围:1420.1.1 - 1440.1.1,每月 1% 概率触发
触发条件:
- 国家拥有维也纳(Vienna)地区。
- 国家拥有至少10个位于蒂罗尔(Tirol)地区的省份。
关键效果:
- 选项 A (历史选项):
- 国库减少4金币。
- 国家获得“文化影响力微弱增益”修正。
- 人物“奥斯瓦尔德·冯·沃尔肯施泰因”加入你的宫廷。
- 选项 B:
- 国家声望受到轻微惩罚。
- (隐藏效果)人物“奥斯瓦尔德·冯·沃尔肯施泰因”被移除。
背景介绍: 奥斯瓦尔德·冯·沃尔肯施泰因(约1376-1445)是晚期中世纪最重要的德语诗人、作曲家和外交家之一。他出生于南蒂罗尔(今意大利博尔扎诺附近),一生为神圣罗马帝国皇帝西吉斯蒙德和后来的哈布斯堡家族服务,足迹遍布欧洲。他的作品融合了世俗与宗教主题,音乐风格独特,是中世纪向文艺复兴过渡时期的重要文化人物。此事件模拟了哈布斯堡家族在巩固对奥地利和蒂罗尔地区控制时,吸引这位多才多艺的人物为其宫廷服务的历史可能性。
完整事件代码:
flavor_hab.33 = { #Oswald von Wolkenstein
type = country_event
title = flavor_hab.33.title
desc = flavor_hab.33.desc
fire_only_once = yes
historical_info = flavor_hab.33.historical_info
dynamic_historical_event = {
tag = HAB
from = 1420.1.1
to = 1440.1.1
monthly_chance = 1
}
trigger = {
owns = location:vienna
any_owned_location = {
area = area:tirol_area
count >= 10
}
}
immediate = {
create_character = {
first_name = Oswald
last_name = von_Wolkenstein
adm = { 50 70 }
dip = { 70 85 }
mil = { 20 40 }
artist_skill = 0.75
artist = writer
birth_date = 1376.1.1
birth_location = location:brixen
culture = culture:southern_bavarian
estate = estate_type:peasants_estate
save_scope_as = target_character
add_trait = trait:unsuited_for_naval_command
add_trait = trait:unsuited_for_army_command
create_in_limbo = yes
}
}
option = {
name = flavor_hab.33.a
historical_option = yes
change_gold_effect = { scale = -4 }
culture = {
add_cultural_influence = cultural_influence_weak_bonus
}
scope:target_character = {
move_country = root
}
}
option = {
name = flavor_hab.33.b
add_prestige = prestige_mild_penalty
hidden_effect = {
kill_character_silently = scope:target_character
}
}
}