[flavor_bav.11] 巴伐利亚历史
时间范围
- 事件窗口:1510.1.1 - 1534.1.1
- 触发概率:每月 1% 概率
触发条件
- 国家必须拥有一位统治者 (
has_ruler = yes)
关键效果
选项 A (历史选项)
- 国库减少 2.00 倍规模的金币 (
change_gold_effect = { scale = -2.00 }) - 在首都创建一件艺术品:
- 艺术家:约翰·阿文蒂努斯 (
artist = scope:target_artist) - 品质:85 (
quality = 85) - 类型:编年史 (
type = work_of_art_type:chronicle) - 关键标识:
annales_bojorum
- 艺术家:约翰·阿文蒂努斯 (
选项 B
- 将人物约翰·阿文蒂努斯 (
scope:target_character) 流放至一个随机邻国 (move_country = scope:exile_destination)
背景介绍
此事件模拟了巴伐利亚历史学家约翰·阿文蒂努斯(Johannes Aventinus)的活动。阿文蒂努斯是文艺复兴时期巴伐利亚的人文主义者与历史学家,以其著作《巴伐利亚编年史》(Annales Bojorum)闻名。该事件反映了巴伐利亚公国在16世纪初对文化、历史记录的支持,以及统治者可能面临的抉择:是资助学者创作重要的历史文献,还是迫使其流亡他国。
事件代码
flavor_bav.11 = { #The History of Bavaria
type = country_event
title = flavor_bav.11.title
desc = flavor_bav.11.desc
fire_only_once = yes
dynamic_historical_event = {
tag = UBV
tag = BAV
from = 1510.1.1
to = 1534.1.1
monthly_chance = 1
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:nobles_estate }
create_character = {
first_name = name_john
last_name = Aventinus
birth_location = location:ingolstadt
estate = estate_type:burghers_estate
birth_date = 1477.7.4
adm = 78
dip = 43
mil = 15
artist_skill = 0.8
artist = writer
culture = culture:danube_bavarian
save_scope_as = target_artist
}
ruler = {
save_scope_as = target_ruler
}
random_neighbor_country = {
save_scope_as = exile_destination
}
}
trigger = {
has_ruler = yes
}
option = {
name = flavor_bav.11.a
historical_option = yes
change_gold_effect = { scale = -2.00 }
capital = {
create_art = {
artist = scope:target_artist
quality = 85
type = work_of_art_type:chronicle
key = annales_bojorum
}
}
}
option = {
name = flavor_bav.11.b
scope:target_character = {
move_country = scope:exile_destination
}
}
}