flavor_eng.125 阿拉贡的凯瑟琳之女
时间范围
1530.1.1 - 1560.1.1,每月有 20% 的概率触发。
触发条件
- 国家 未 启用政策
de_heretico_comburendo。 - 国家 已解锁 政策
de_heretico_comburendo。 - 宗教
anglican(圣公会)已启用。 - 满足以下条件之一:
- 国家为
catholic(天主教)且PAP(教宗国)对本国持有accepted_supremacy_of_rome好感度修正。 - 国家宗教为
calvinist(加尔文宗)、anglican(圣公会)、lutheran(路德宗)或lollardy(罗拉德派)中的一种,且人物eng_catherine_of_aragon(阿拉贡的凯瑟琳)存在一个女性、身为统治者且信仰天主教的子女。
- 国家为
关键效果
选项 A(历史选项)
- 若已解锁政策
de_heretico_comburendo,则启用该政策。 - 若国家宗教为天主教,则
clergy_estate(神职人员阶层)获得estate_satisfaction_severe_bonus(巨额满意度加成)。 - 若国家宗教非天主教,则
clergy_estate获得estate_satisfaction_severe_penalty(巨额满意度惩罚)。
选项 B
- 国家获得
government_power_extreme_penalty(极端政府权力惩罚)。 - 若国家宗教为天主教,则
clergy_estate获得estate_satisfaction_severe_penalty(巨额满意度惩罚)。 - 若国家宗教非天主教,则
clergy_estate获得estate_satisfaction_severe_bonus(巨额满意度加成)。
背景介绍
此事件反映了16世纪英格兰宗教改革时期的复杂局面。亨利八世与阿拉贡的凯瑟琳的婚姻及其废除,直接引发了与罗马教廷的决裂和英格兰国教(圣公会)的建立。事件聚焦于凯瑟琳可能存在的信仰天主教的女儿(如玛丽一世)对王位和宗教政策的潜在影响,以及国家在面对新旧教派冲突、神职人员阶层压力和教宗权威时所作出的关键决策。启用 de_heretico_comburendo(《异端火刑法》)政策象征着对宗教异见者的严厉镇压。
完整事件代码
flavor_eng.125 = {
type = country_event
title = flavor_eng.125.title
desc = {
first_valid = {
triggered_desc = {
trigger = {
character:eng_catherine_of_aragon ?= {
any_child = {
is_female = yes
is_ruler = yes
has_variable = daughter_of_aragon
}
}
}
desc = flavor_eng.125.desc_daughter_of_aragon
}
triggered_desc = {
trigger = { always = yes }
desc = flavor_eng.125.desc
}
}
}
fire_only_once = yes
dynamic_historical_event = {
tag = ENG
tag = GBR
from = 1530.1.1
to = 1560.1.1
monthly_chance = 20
}
trigger = {
NOT = { has_policy = de_heretico_comburendo }
has_unlocked_policy_trigger = { type = de_heretico_comburendo }
religion:anglican = {
is_religion_enabled = yes
}
OR = {
AND = {
c:PAP ?= {
has_opinion = { target = root modifier = accepted_supremacy_of_rome }
}
religion = religion:catholic
}
AND = {
OR = {
religion = religion:calvinist
religion = religion:anglican
religion = religion:lutheran
religion = religion:lollardy
}
character:eng_catherine_of_aragon ?= {
any_child = {
is_female = yes
is_ruler = yes
religion = religion:catholic
}
}
}
}
}
illustration_tags = {
10 = angry
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
if = {
limit = {
character:eng_catherine_of_aragon ?= {
any_child = {
is_female = yes
is_ruler = yes
religion = religion:catholic
}
}
}
character:eng_catherine_of_aragon ?= {
random_child = {
limit = {
is_female = yes
is_ruler = yes
religion = religion:catholic
}
set_variable = { name = daughter_of_aragon value = 1 }
}
}
}
ruler = { save_scope_as = target_character }
religion:catholic = { save_scope_as = target_religion }
capital = { save_scope_as = target_location }
}
option = {
historical_option = yes
name = flavor_eng.125.a
if = {
limit = {
has_unlocked_policy_trigger = { type = de_heretico_comburendo }
}
add_policy = policy:de_heretico_comburendo
}
if = {
limit = {
religion = religion:catholic
}
add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_severe_bonus }
custom_tooltip = flavor_eng.125.tt1
}
else = {
add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_severe_penalty }
custom_tooltip = flavor_eng.125.tt2
}
}
option = {
name = flavor_eng.125.b
add_government_power = government_power_extreme_penalty
if = {
limit = {
religion = religion:catholic
}
add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_severe_penalty }
custom_tooltip = flavor_eng.125.tt2
}
else = {
add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_severe_bonus }
custom_tooltip = flavor_eng.125.tt1
}
}
historical_info = flavor_eng.125.historical_info
}