flavor_hab.1 约翰·里比·冯·伦茨堡登场
时间范围
1358.1.1 - 1374.1.1(每月 1% 概率触发)
触发条件
- 国家
c:PAP(教宗国)存在 - 本国宗教为
religion:catholic(天主教)
关键效果
选项 A: flavor_hab.1.a
- 历史选项
- 将创建的人物
target_character移动至本国
选项 B: flavor_hab.1.b
- 将创建的人物
target_character移动至教宗国(c:PAP) - 教宗国对本国增加好感度修正
good_papal_relations
背景介绍
此事件模拟了14世纪中叶,神圣罗马帝国(奥地利)与教宗国之间关于高级神职人员约翰·里比·冯·伦茨堡的互动。他出生于阿劳(今瑞士),是一位具有影响力的教会人物。事件反映了当时世俗君主与教廷在人才和影响力上的争夺,以及奥地利哈布斯堡王朝在巩固其统治时与教廷关系的微妙平衡。
完整事件代码
flavor_hab.1 = { #Johann Ribi von Lenzburg
type = country_event
title = flavor_hab.1.title
desc = flavor_hab.1.desc
#historical_info = flavor_hab.1.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = HAB
from = 1358.1.1
to = 1374.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 = Ribi_von_Lenzburg
birth_date = 1320.1.1 #unknown between 1310-1320
birth_location = location:aarau
culture = culture:danube_bavarian
adm = 32
dip = 72
mil = 45
estate = estate_type:clergy_estate
create_in_limbo = yes
save_scope_as = target_character
}
}
trigger = {
country_exists = c:PAP
religion = religion:catholic
}
option = {
name = flavor_hab.1.a
historical_option = yes
scope:target_character = {
move_country = root
}
}
option = {
name = flavor_hab.1.b
scope:target_character = {
move_country = c:PAP
}
c:PAP = {
add_opinion = {
target = root
modifier = good_papal_relations
}
}
}
}