[flavor_pol.10] 西吉斯蒙德三世·瓦萨与宗教政策
时间范围:1580.1.1 - 1680.1.1 (每月 10% 概率)
触发条件:
- 国家为波兰(POL)或波兰立陶宛联邦(PLC)。
- 已采用政策
jesuits_allowed(允许耶稣会)。 - 政府类型为君主制。
- 君主或摄政王:
- 信仰天主教。
- 不拥有以下特质:
tolerant(宽容)、free_thinker(自由思想者)、drunkard(酒鬼)、sinner(罪人)。
- 国内路德宗人口比例大于 0。
- 宗教统一度低于 0.66。
- 满足以下条件之一:
- 拥有政府改革
religious_tolerance(宗教宽容)。 - 拥有异端容忍度大于等于 0 的修正。
- 拥有政府改革
关键效果:
- 选项 A (历史选项):
- 若拥有政府改革
religious_tolerance,则移除该改革。 - 获得少量威望和少量正统性。
- 社会价值观向“传统主义”和“灵性主义”方向轻微移动。
- 提高教士阶层少量满意度。
- 若存在,则分别撤销教士、贵族、市民、农民阶层的
protected_faith(信仰保护)特权。
- 若拥有政府改革
- 选项 B:
- 向三个最强大的天主教国家增加“真正信仰”意见修正。
- 获得大量稳定度。
- 授予教士阶层
protected_faith(信仰保护)特权。
- 选项 C:
- 向三个最强大的天主教国家增加“宗教自由”意见修正。
- 若政府改革槽未满且未拥有改革
religious_tolerance,则添加该改革。 - 获得巨量稳定度。
- 社会价值观向“创新主义”和“人文主义”方向大幅移动。
- 降低教士阶层少量满意度。
- 授予教士、贵族、市民、农民阶层
protected_faith(信仰保护)特权。
背景介绍: 该事件模拟了波兰立陶宛联邦国王西吉斯蒙德三世·瓦萨统治时期面临的宗教矛盾。作为一位虔诚且不宽容的天主教徒,他统治着一个以宗教宽容著称但新教(尤其是路德宗)已占相当比例的国家。事件反映了君主在维持国内宗教和谐、安抚天主教会与应对国际天主教世界压力之间的艰难抉择,其决策将深刻影响国家的宗教政策走向和社会价值观。
完整事件代码:
flavor_pol.10 = { #https://en.wikipedia.org/wiki/Sigismund_III_Vasa
type = country_event
title = flavor_pol.10.title
desc = flavor_pol.10.desc
historical_info = flavor_pol.10.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = POL
tag = PLC
from = 1580.1.1
to = 1680.1.1
monthly_chance = 10
}
trigger = {
#The King is similar to Sigismund III
has_policy = jesuits_allowed
government_type = government_type:monarchy
ruler_or_regent ?= {
religion = religion:catholic
NOT = { has_trait = tolerant }
NOT = { has_trait = free_thinker }
NOT = { has_trait = drunkard }
NOT = { has_trait = sinner }
}
#Protestantism is present in Poland
"religion_percentage_in_country(religion:lutheran)" > 0
religious_unity < 0.66
#Poland is a Tolerant country
OR = {
has_reform = government_reform:religious_tolerance
modifier:tolerance_heretic >= 0
}
}
illustration_tags = {
10 = angry
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
}
option = {
name = flavor_pol.10.a
historical_option = yes
if = {
limit = {
has_reform = government_reform:religious_tolerance
}
remove_reform = government_reform:religious_tolerance
}
add_prestige = prestige_mild_bonus
add_legitimacy = legitimacy_weak_bonus
change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_left }
change_societal_value = { type = spiritualist_vs_humanist value = societal_value_minor_move_to_left }
add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
if = {
limit = { has_estate_privilege = estate_privilege:clergy_protected_faith}
revoke_estate_privilege = estate_privilege:clergy_protected_faith
}
if = {
limit = { has_estate_privilege = estate_privilege:nobles_protected_faith}
revoke_estate_privilege = estate_privilege:nobles_protected_faith
}
if = {
limit = { has_estate_privilege = estate_privilege:burghers_protected_faith}
revoke_estate_privilege = estate_privilege:burghers_protected_faith
}
if = {
limit = { has_estate_privilege = estate_privilege:peasants_protected_faith}
revoke_estate_privilege = estate_privilege:peasants_protected_faith
}
}
option = {
name = flavor_pol.10.b
ordered_known_country = {
limit = {
religion = religion:catholic
}
order_by = modifier:great_power_score
max = 3
add_opinion = { target = root modifier = opinion_pol_true_faith }
}
add_stability = stability_severe_bonus
grant_estate_privilege = estate_privilege:clergy_protected_faith
}
option = {
name = flavor_pol.10.c
ordered_known_country = {
limit = {
religion = religion:catholic
}
order_by = modifier:great_power_score
max = 3
add_opinion = { target = root modifier = opinion_pol_religious_freedom }
}
if = {
limit = {
#If we don't have all the slots already full
num_reforms < modifier:government_reform_slots
NOT = {has_reform = government_reform:religious_tolerance}
}
add_reform = government_reform:religious_tolerance
}
add_stability = stability_extreme_bonus
change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_right }
change_societal_value = { type = spiritualist_vs_humanist value = societal_value_large_move_to_right }
add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_penalty }
grant_estate_privilege = estate_privilege:clergy_protected_faith
grant_estate_privilege = estate_privilege:nobles_protected_faith
grant_estate_privilege = estate_privilege:burghers_protected_faith
grant_estate_privilege = estate_privilege:peasants_protected_faith
}
}