flavor_lit.30 编年史家扬·德乌戈什与《帕莱莫尼德家族传奇》
时间范围:1435.1.1 - 1485.1.1 (每月 3% 概率)
触发条件:
- 国家 不 拥有或通过非宗主附庸国拥有罗马地区。
- 统治者或摄政时的继承人属于 格迪米尼德王朝。
- 国家宗教属于 基督教组。
关键效果:
-
选项 A (flavor_lit.30.a):
- 获得大量政府力量。
- 获得少量威望。
- 教士阶层满意度大幅下降。
- 编年史家扬·德乌戈什加入我国。
- 在首都创作编年史《帕莱莫尼德家族传奇》(品质 70)。
- 损失金钱。
-
选项 B (flavor_lit.30.b):
- 触发前提:当前统治者或摄政者需同时拥有
狂热者、正直和荣耀追求者特质。 - 编年史家扬·德乌戈什加入我国。
- 在首都创作编年史《帕莱莫尼德家族传奇》(品质 70)。
- 获得对罗马地区所有者的省份征服宣战理由。
- 国家稳定度大幅下降。
- 触发前提:当前统治者或摄政者需同时拥有
-
选项 C (flavor_lit.30.c):
- 教士阶层满意度小幅上升。
- 扬·德乌戈什被秘密处决。
背景介绍: 扬·德乌戈什是15世纪波兰王国的一位杰出编年史家、外交官和克拉科夫主教。他最著名的作品是卷帙浩繁的《波兰史》,其中包含了关于立陶宛大公国起源的传奇叙述,特别是关于帕莱莫尼德家族(据称是立陶宛统治王朝的传奇祖先)的故事。对于由格迪米尼德王朝统治的立陶宛而言,德乌戈什的作品提供了一种将本国历史与古典罗马起源联系起来的叙事可能,这既可用于国内合法性建设,也可能引发与教廷的紧张关系。
完整事件代码:
flavor_lit.30 = {
type = country_event
title = flavor_lit.30.title
desc = flavor_lit.30.desc
dynamic_historical_event = {
tag = LIT
from = 1435.1.1
to = 1485.1.1
monthly_chance = 3
}
fire_only_once = yes
trigger = {
NOT = { owns_or_non_sovereign_subject_owns = location:rome }
ruler_or_heir_if_regent ?= {
dynasty ?= dynasty:gediminid_dynasty
}
religion.group = religion_group:christian
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
create_character = {
estate = estate_type:clergy_estate
first_name = name_john
last_name = dlugosz
birth_date = 1415.12.1
birth_location = location:krakow
artist = writer
artist_skill = 0.7
culture = culture:lesser_polish
religion = religion:catholic
script = jan_dlugosz_character
save_scope_as = target_character
create_in_limbo = yes
}
ruler_or_regent ?= {
save_scope_as = target_character2
}
}
option = {
name = flavor_lit.30.a
add_government_power = government_power_extreme_bonus
add_prestige = prestige_mild_bonus
add_estate_satisfaction = {
type = estate_type:clergy_estate
value = estate_satisfaction_extreme_penalty
}
scope:target_character = { move_country = root }
capital ?= {
create_art = {
artist = scope:target_character
key = tale_of_the_palemonids
quality = 70
type = work_of_art_type:chronicle
}
}
change_gold_effect = { scale = -1 }
}
option = {
name = flavor_lit.30.b
trigger = {
scope:target_character2 = { #Meant to make this option be a little rare
has_trait = zealot
has_trait = righteous
has_trait = glory_seeker
}
}
scope:target_character = { move_country = root }
capital ?= {
create_art = {
artist = scope:target_character
key = tale_of_the_palemonids
quality = 70
type = work_of_art_type:chronicle
}
}
add_casus_belli = {
target = location:rome.owner
type = casus_belli:cb_conquer_province
province = location:rome.province
}
add_stability = stability_extreme_penalty
}
option = {
name = flavor_lit.30.c
add_estate_satisfaction = {
type = estate_type:clergy_estate
value = estate_satisfaction_mild_bonus
}
kill_character_silently = scope:target_character
}
}