[flavor_hab.9] 维也纳宗教协定
时间范围:1430.1.1 - 1460.1.1,每月 1% 概率触发
触发条件:
- 教皇国(PAP)存在
- 对教皇国的看法 ≥ 0
- 是神圣罗马帝国(HRE)的领袖
关键效果:
- 选项 A (flavor_hab.9.a) - 历史选项
- 设置变量
vienna_concordat_accepted - 授予阶层特权
vienna_concordat_privilege
- 设置变量
- 选项 B (flavor_hab.9.b)
- 天主教宗教组增加少量改革意愿(
reform_desire_weak_increase)
- 天主教宗教组增加少量改革意愿(
背景介绍: 该事件模拟了历史上哈布斯堡家族与教廷在维也纳达成的宗教协定。作为神圣罗马帝国的领袖,奥地利(HAB)或相关领地(如蒂罗尔TIR、施蒂里亚STY)在15世纪中叶有机会与教皇国就教会事务和特权达成正式协议。接受协定可以巩固与教廷的关系并获得特权,而拒绝则可能加剧天主教内部的改革压力。
完整事件代码:
flavor_hab.9 = { #Concordat of Vienna
type = country_event
title = flavor_hab.9.title
desc = flavor_hab.9.desc
fire_only_once = yes
dynamic_historical_event = {
tag = HAB
tag = TIR
tag = STY
from = 1430.1.1
to = 1460.1.1
monthly_chance = 1
}
illustration_tags = {
10 = regular
10 = exterior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
}
trigger = {
country_exists = c:PAP
opinion = { target = c:PAP value >= 0 }
is_leader_of_international_organization = international_organization:hre
}
option = {
name = flavor_hab.9.a
historical_option = yes
set_variable = vienna_concordat_accepted
grant_estate_privilege = estate_privilege:vienna_concordat_privilege
}
option = {
name = flavor_hab.9.b
religion:catholic = {
add_reform_desire = reform_desire_weak_increase
}
}
}