flavor_bav.7 奥卡姆的威廉与教皇权威论战
时间范围:1337.1.1 - 1347.4.1(每月 10% 概率触发)
触发条件:
- 人物
ubv_william_ockham存在、存活,且其拥有者为触发国。 - 神圣罗马帝国(HRE)存在,且拥有领导者。
- 神圣罗马帝国的领导者国家拥有统治者。
关键效果:
- 选项 A (历史选项):
- 天主教增加少量改革意愿。
- 在首都创建一件艺术品:
- 艺术家:奥卡姆的威廉。
- 品质:47。
- 类型:论文。
- 关键标识:
eight_questions_on_the_power_of_the_pope(《关于教皇权力的八个问题》)。
- 教宗国对触发国增加“落后君主”观点修正。
- 选项 B:
- 为国家添加“严格审查”政策。
- 教宗国对触发国增加“支持性君主”观点修正。
背景介绍: 该事件反映了14世纪中叶,巴伐利亚宫廷哲学家、方济各会修士奥卡姆的威廉与教宗权威之间的冲突。威廉因其在“方济各会贫困论争”中支持皇帝路易四世反对教皇约翰二十二世而闻名,他撰写了《关于教皇权力的八个问题》等著作,质疑教皇的绝对权威,其思想对后来的宗教改革产生了深远影响。此事件模拟了巴伐利亚选侯国在此次政教冲突中面临的抉择:是支持威廉的激进观点并激怒教廷,还是采取审查制度以安抚教皇。
完整事件代码:
flavor_bav.7 = {
type = country_event
title = flavor_bav.7.title
desc = flavor_bav.7.desc
fire_only_once = yes
dynamic_historical_event = {
tag = UBV
from = 1337.1.1
to = 1347.4.1
monthly_chance = 10
}
illustration_tags = {
10 = angry
10 = interior
}
trigger = {
exists = character:ubv_william_ockham
character:ubv_william_ockham = {
is_alive = yes
owner = root
}
international_organization:hre = {
international_organization_has_leader = yes
leader_country = {
has_ruler = yes
}
}
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
international_organization:hre = {
leader_country = {
ruler ?= {
save_scope_as = hre_emperor
}
}
}
character:ubv_william_ockham = {
save_scope_as = william_ockham_scope
}
}
option = {
name = flavor_bav.7.a
historical_option = yes
religion:catholic = { add_reform_desire = reform_desire_mild_increase }
capital = {
create_art = {
artist = scope:william_ockham_scope
quality = 47
type = work_of_art_type:treatise
key = eight_questions_on_the_power_of_the_pope
}
}
c:PAP = {
add_opinion = { target = root modifier = opinion_backward_monarch }
}
}
option = {
name = flavor_bav.7.b
add_policy = policy:strict_censorship
c:PAP = {
add_opinion = { target = root modifier = opinion_supportive_monarch }
}
}
}