flavor_hab.1608 波希米亚信条
时间范围:1550.1.1 - 1600.1.1,每月 2% 概率触发
触发条件:
- 国家拥有统治者。
- 国家宗教为天主教。
- 国家主流文化为多瑙巴伐利亚文化。
- 国家在波希米亚地区或摩拉维亚地区拥有存在度。
- 国家内有路德宗信徒(比例大于0%)。
- 满足以下条件之一:
- 国家已接纳捷克文化。
- 国家的任一附属国以捷克文化为主要或已接纳文化。
关键效果:
- 选项 A (历史选项):
- 如果波希米亚与奥地利处于共主邦联状态,则波希米亚对奥地利获得“皇家波希米亚信函”观点修正。
- 奥地利损失大量威望。
- 选项 B:
- 如果波希米亚与奥地利处于共主邦联状态,则波希米亚对奥地利获得“拒绝皇家波希米亚信函”观点修正。
- 捷克文化对多瑙巴伐利亚文化的文化观感下降。
- 奥地利获得大量威望。
- 选项 C:
- 触发前提:国家拥有至少2级“异端容忍度”修正。
- 如果波希米亚与奥地利处于共主邦联状态且波希米亚宗教为路德宗,则波希米亚对奥地利获得“皇家波希米亚信函”观点修正。
- 捷克文化对多瑙巴伐利亚文化的文化观感提升。
- 多瑙巴伐利亚文化对捷克文化的文化观感提升。
背景介绍: “波希米亚信条”是16世纪下半叶波希米亚新教各派(主要是路德宗和波希米亚弟兄会)为争取宗教权利,向神圣罗马帝国皇帝(通常为哈布斯堡家族的奥地利统治者)提交的一份联合信仰声明。该事件反映了在宗教改革背景下,哈布斯堡君主面对帝国内部复杂的宗教与民族问题时所面临的政治抉择,其处理方式直接影响帝国核心地区的稳定与王朝威望。
完整事件代码:
flavor_hab.1608 = { #Confessio Bohemica
hide_portraits = yes
type = country_event
title = flavor_hab.1608.title
desc = flavor_hab.1608.desc
historical_info = flavor_hab.1608.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = HAB
from = 1550.1.1
to = 1600.1.1
monthly_chance = 2
}
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 = {
has_ruler = yes
religion = religion:catholic
culture = culture:danube_bavarian
OR = {
has_presence_in = area:bohemia_area
has_presence_in = area:moravia_area
}
"religion_percentage_in_country(religion:lutheran)" > 0
OR = {
root = {
has_accepted_culture = culture:czech
}
any_subject = {
has_primary_or_accepted_culture = culture:czech
}
}
}
option = {
name = flavor_hab.1608.a
historical_option = yes
if = {
limit = {
c:BOH ?= {
in_union_with = c:HAB
}
}
c:BOH = {
add_opinion = { target = root modifier = royal_letter_of_bohemia }
}
}
add_prestige = prestige_severe_penalty
}
option = {
name = flavor_hab.1608.b
if = {
limit = {
c:BOH ?= {
in_union_with = c:HAB
}
}
c:BOH = {
add_opinion = { target = root modifier = refused_royal_letter_of_bohemia }
}
}
culture:czech = {
change_cultural_view = {
target = culture:danube_bavarian
change = -1
}
}
add_prestige = prestige_extreme_bonus
}
option = {
name = flavor_hab.1608.c
trigger = {
modifier:tolerance_heretic >= 2
}
if = {
limit = {
c:BOH ?= {
in_union_with = c:HAB
religion = religion:lutheran
}
}
c:BOH = {
add_opinion = { target = root modifier = royal_letter_of_bohemia }
}
}
culture:czech = {
change_cultural_view = {
target = culture:danube_bavarian
change = 1
}
}
culture:danube_bavarian = {
change_cultural_view = {
target = culture:czech
change = 1
}
}
}
}