flavor_boh.1 波希米亚胡斯派国王
时间范围:1450.1.1 - 1470.1.1 (每月 20% 概率触发)
触发条件:
- 胡斯派宗教 (
religion:hussite) 已启用。 - 当前国家宗教为天主教 (
religion = religion:catholic)。 - 拥有布拉格地区 (
owns = location:prague)。 - 未处于战争状态 (
at_war = no)。 - 不是附庸国 (
is_subject = no)。 - 没有摄政 (
has_regent = no)。 - 没有处于任何实行“确立宗主地位”政策的联盟中,且自身为联盟中的“次要伙伴”。
关键效果:
- 选项 A (历史选项):
- 将
jiri_z_podebrad(杰日·波杰布拉德)设为新统治者。 - 将
jiri_z_podebrad的阶层改为贵族阶层。 - 国家宗教改为胡斯派 (
change_religion = religion:hussite)。 - 统治者及其家族成员的宗教改为胡斯派。
- 将
- 选项 B:
- 将
jiri_z_podebrad(杰日·波杰布拉德)设为新统治者。 - 增加宗教激进主义负面影响 (
add_religious_influence = religious_influence_radical_penalty)。 - 为
jiri_z_podebrad添加一个名为boh_hussite_king的修正,持续时间为永久(months = -1)。 - 触发教宗国(
c:PAP)的关联事件flavor_boh.9。
- 将
- 选项 C:
- 胡斯派宗教将天主教 (
religion:catholic) 的宗教观设置为“敌人”。
- 胡斯派宗教将天主教 (
背景介绍: 此事件模拟了15世纪中叶波希米亚王国的宗教与政治转折点。在胡斯战争之后,波希米亚国内胡斯派势力依然强大,但官方宗教仍为天主教。事件围绕是否接受胡斯派贵族杰日·波杰布拉德为王,以及如何处理与天主教世界的关系展开,反映了当时波希米亚在宗教改革与政治稳定之间的艰难抉择。
完整事件代码:
flavor_boh.1 = {
type = country_event
title = flavor_boh.1.title
desc = flavor_boh.1.desc
historical_info = flavor_boh.1.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = BOH
from = 1450.1.1
to = 1470.1.1
monthly_chance = 20
}
trigger = {
religion:hussite = {
is_religion_enabled = yes
}
religion = religion:catholic
owns = location:prague
at_war = no
is_subject = no
has_regent = no
NOT = {
any_union_partner = {
union ?= {
international_organization_has_policy = policy:union_establish_seniority_policy
country_has_special_status = {
type = special_status:senior_partner
country = prev
}
}
}
}
}
illustration_tags = {
10 = angry
10 = exterior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
create_character = {
first_name = name_george
adm = { 60 100 }
dip = { 60 100 }
mil = { 60 100 }
birth_date = 1420.4.23
culture = culture:czech
religion = religion:hussite
dynasty = dynasty:podebrad_dynasty
create_in_limbo = yes
save_scope_as = jiri_z_podebrad
script = boh_jiri_z_podebrad
}
}
option = {
name = flavor_boh.1.a
historical_option = yes
set_new_ruler = scope:jiri_z_podebrad
hidden_effect = {
scope:jiri_z_podebrad = {
change_character_estate = estate_type:nobles_estate
}
}
change_religion = religion:hussite
change_religion_for_ruler_and_family = { country = ROOT religion = religion:hussite }
}
option = {
name = flavor_boh.1.b
set_new_ruler = scope:jiri_z_podebrad
add_religious_influence = religious_influence_radical_penalty
scope:jiri_z_podebrad = { add_character_modifier = { modifier = boh_hussite_king months = -1 mode = add_and_extend } }
c:PAP = {
trigger_event_silently = { id = flavor_boh.9 }
}
}
option = {
name = flavor_boh.1.c
religion:hussite = {
set_religious_view = {
target = religion:catholic
value = enemy
}
}
}
}