flavor_hab.2 约翰·冯·维克特林与《信史之书》
时间范围:1337.1.1 - 1347.1.1(每月 1% 概率)
触发条件:
- 国家拥有统治者。
- 统治者的王朝为哈布斯堡王朝(
dynasty:habsburg_dynasty)。
关键效果:
- 选项 A (历史选项):
- 将人物“约翰·冯·维克特林”移动至本国。
- 消耗少量金钱(
scale = -2)。 - 在首都创建一件艺术作品:
- 类型:编年史(
work_of_art_type:chronicle) - 作品键:
liber_certarum_historiarum - 质量:67
- 创作者:约翰·冯·冯·维克特林
- 类型:编年史(
- 获得少量威望(
prestige_weak_bonus)。
- 选项 B:
- 损失少量正统性(
legitimacy_weak_penalty)。 - 将人物“约翰·冯·维克特林”移动至一个随机邻国。
- 损失少量正统性(
背景介绍: 14世纪上半叶,哈布斯堡王朝正致力于巩固其在中欧的统治地位。在此期间,编年史家约翰·冯·维克特林创作了《信史之书》(Liber certarum historiarum),这是一部记录当时历史的重要文献。该事件模拟了哈布斯堡宫廷是否选择资助并接纳这位学者及其著作,以提升王朝的文化声望与历史合法性。
完整事件代码:
flavor_hab.2 = { #Liber certarum historiarum
type = country_event
title = flavor_hab.2.title
desc = flavor_hab.2.desc
#historical_info = flavor_hab.2.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = HAB
from = 1337.1.1
to = 1347.1.1
monthly_chance = 1
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
create_character = {
first_name = name_john
last_name = von_viktring
birth_date = 1270.1.1 #unknown
birth_location = location:klagenfurt #unknown
culture = culture:danube_bavarian
adm = 47
dip = 61
mil = 24
artist_skill = 0.70
artist = writer
estate = estate_type:clergy_estate
create_in_limbo = yes
save_scope_as = target_artist
}
ruler.dynasty ?= {
save_scope_as = ruler_dynasty
}
random_neighbor_country = {
save_scope_as = exile_destination
}
}
trigger = {
has_ruler = yes
ruler.dynasty = dynasty:habsburg_dynasty
}
option = {
name = flavor_hab.2.a
historical_option = yes
scope:target_artist = {
move_country = root
}
change_gold_effect = { scale = -2 }
capital = {
create_art = {
artist = scope:target_artist
type = work_of_art_type:chronicle
quality = 67
key = liber_certarum_historiarum
}
}
add_prestige = prestige_weak_bonus
}
option = {
name = flavor_hab.2.b
add_legitimacy = legitimacy_weak_penalty
scope:target_artist = {
move_country = scope:exile_destination
}
}
}