[flavor_hab.1607] 奥地利修道院会议
时间范围:1555年1月1日 - 1585年1月1日(每月 1% 概率)
触发条件:
- 宗教路德宗 (
religion:lutheran) 在游戏中已启用 (is_religion_enabled = yes)。 - 国家拥有统治者 (
has_ruler = yes)。 - 国家国教为天主教 (
religion = religion:catholic)。 - 国家内路德宗信徒比例大于 0 (
"religion_percentage_in_country(religion:lutheran)" > 0)。
关键效果:
- 选项 A (历史选项):
- 设置变量
hab_monastery_reform_accepted。
- 设置变量
- 选项 B:
- 增加教士阶层满意度 (
add_estate_satisfaction),幅度为轻微惩罚 (estate_satisfaction_mild_penalty)。
- 增加教士阶层满意度 (
背景介绍: 在宗教改革浪潮席卷欧洲的16世纪中后期,神圣罗马帝国皇帝治下的奥地利公国面临着天主教与新兴路德宗之间的激烈冲突。作为天主教世界的重要堡垒,哈布斯堡王朝试图通过召开修道院会议来应对境内日益增长的新教影响力,以维护传统宗教秩序并巩固统治。这一事件反映了天主教势力在宗教改革压力下寻求内部改革与稳定的努力。
完整事件代码:
flavor_hab.1607 = { #Monastery Council of Austria
hide_portraits = yes
type = country_event
title = flavor_hab.1607.title
desc = flavor_hab.1607.desc
#historical_info = flavor_hab.1607.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = HAB
from = 1555.1.1
to = 1585.1.1
monthly_chance = 1
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:nobles_estate }
ruler = {
save_scope_as = target_ruler
}
}
trigger = {
religion:lutheran = {
is_religion_enabled = yes
}
has_ruler = yes
religion = religion:catholic
"religion_percentage_in_country(religion:lutheran)" > 0
}
option = {
name = flavor_hab.1607.a
historical_option = yes
custom_tooltip = flavor_hab.1607.a.tt
set_variable = hab_monastery_reform_accepted
}
option = {
name = flavor_hab.1607.b
add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_penalty }
}
}