flavor_nap.11 方济各会修士事件
时间范围:1337.1.1 - 1350.1.1(每月 5% 概率)
触发条件:
- 国家
PAP(教皇国)存在且拥有统治者。 - 本国拥有统治者。
关键效果:
- 选项 A (历史选项):
- 获得国家修正
nap_fraticelli_sympathy,持续 25 年。 - 社会价值观
traditionalist_vs_innovative向“创新”方向轻微移动。
- 获得国家修正
- 选项 B:
- 若适用,增加宗教影响力(严重增益)。
- 教皇国(若存在)对本国获得观点修正
nap_banned_fraticelli。 - 若人物
nap_felip_mallorca存在且属于本国,则本国统治者将其处决。
背景介绍: 该事件反映了14世纪中叶,那不勒斯王国(或其相关国家)内部与方济各会修士相关的宗教与政治动态。方济各会修士是当时一个重要的宗教团体,其理念与实践常与正统教会产生张力。事件涉及对修士的同情或镇压选择,并可能牵连到王室成员(如菲利普·德·马略卡),展现了中世纪晚期宗教权威、地方统治者与异见教派之间复杂的互动关系。
完整事件代码:
flavor_nap.11 = { #Fraticelli
type = country_event
title = flavor_nap.11.title
desc = {
first_valid = {
triggered_desc = {
desc = flavor_nap.11.desc_with_felip
trigger = {
exists = character:nap_felip_mallorca
character:nap_felip_mallorca = {
owner = ROOT
is_alive = yes
}
}
}
triggered_desc = {
desc = flavor_nap.11.desc
}
}
}
historical_info = flavor_nap.11.historical_info
fire_only_once = yes
illustration_tags = {
10 = regular
10 = interior
}
dynamic_historical_event = {
tag = NAP
tag = TWS
from = 1337.1.1
to = 1350.1.1
monthly_chance = 5
}
trigger = {
country_exists = c:PAP
c:PAP = {
has_ruler = yes
}
has_ruler = yes
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
c:PAP.ruler = {
save_scope_as = the_pope
}
ruler = {
save_scope_as = target_character
}
character:nap_felip_mallorca ?= {
save_scope_as = brother_of_queen
}
}
option = {
name = flavor_nap.11.a
historical_option = yes
add_country_modifier = {
modifier = nap_fraticelli_sympathy
years = 25
}
change_societal_value = {
type = traditionalist_vs_innovative
value = societal_value_minor_move_to_right
}
}
option = {
name = flavor_nap.11.b
add_religious_influence_if_valid = {
VALUE = religious_influence_severe_bonus
}
c:PAP ?= {
add_opinion = {
target = ROOT
modifier = nap_banned_fraticelli
}
}
scope:brother_of_queen ?= {
ROOT = {
kill_character = {
target = PREV
reason = execution
killer = ruler
}
}
}
}
}