[flavor_eng.121] 恩典朝圣叛乱
时间范围:1530.1.1 - 1580.1.1(每月 5% 概率)
触发条件:
- 国家没有摄政。
- 国家宗教为以下之一:加尔文宗、安立甘宗、路德宗、罗拉德派。
- 诺森伯兰省定义内,存在至少一个满足以下条件的农民阶层人口:
- 宗教为天主教。
- 人口满意度 ≤ 0.5 或 国家拥有
can_have_monasteries修正。
- 国家完全拥有诺森伯兰省定义。
关键效果:
-
选项 A (历史选项):
- 统治者获得
残酷特质。 - 在诺森伯兰省定义内随机10个乡村地区,所有非国教人口减少10%。
- 农民阶层满意度遭受
estate_satisfaction_extreme_penalty惩罚。 - 摧毁
pilgrimage_of_grace_rebels叛军。 - 显示自定义提示文本。
- 统治者获得
-
选项 B:
- 设置变量
commons_petition = 1。 - 授予
commons_petition阶层特权。 - 政府权力遭受
government_power_extreme_penalty惩罚。 - 在伦敦地区,若存在艺术品
wycliffe_bible,则将其摧毁。 - 在大不列颠地区随机10个乡村地区,所有非天主教人口中,有50%分裂为天主教人口。
- 摧毁
pilgrimage_of_grace_rebels叛军。 - 显示多个自定义提示文本。
- 设置变量
-
选项 C:
- 触发条件:统治者拥有
魅力谈判家特质 或 外交能力 ≥ 75。 - 若统治者拥有
魅力谈判家特质但外交能力 < 75,显示一个自定义提示文本;否则显示另一个自定义提示文本。 - 社会价值观
好战 vs 和解向“和解”方向移动。 - 农民阶层和教士阶层满意度获得
estate_satisfaction_severe_bonus加成。 - 摧毁
pilgrimage_of_grace_rebels叛军。 - 显示自定义提示文本。
- 触发条件:统治者拥有
-
选项 D:
- 获得
prestige_weak_bonus威望。 - 国家获得持续5年的
pilgrimage_of_grace_rebellion修正(模式为叠加并延长)。 - 显示自定义提示文本。
- 获得
背景介绍: 此事件模拟了英格兰宗教改革时期,因亨利八世解散修道院和推行新教政策,在北方天主教徒中引发的“恩典朝圣”大规模叛乱。事件聚焦于诺森伯兰地区不满的农民,并引入了历史人物罗伯特·阿斯克作为叛军领袖,反映了当时宗教矛盾与社会动荡的交织。
完整事件代码:
flavor_eng.121 = {
hide_portraits = yes
type = country_event
fire_only_once = yes
title = flavor_eng.121.title
desc = flavor_eng.121.desc
dynamic_historical_event = {
tag = ENG
tag = GBR
from = 1530.1.1
to = 1580.1.1
monthly_chance = 5
}
trigger = {
has_regent = no
OR = {
religion = religion:calvinist
religion = religion:anglican
religion = religion:lutheran
religion = religion:lollardy
}
province_definition:northumberland_province = {
any_location_in_province_definition = {
any_pop = {
pop_type = pop_type:peasants
religion = religion:catholic
OR = {
pop_satisfaction <= 0.5
root.modifier:can_have_monasteries = no
}
}
}
}
own_entire_province = province_definition:northumberland_province
}
illustration_tags = {
10 = angry
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
create_character = {
first_name = name_robert
last_name = aske
estate = estate_type:peasants_estate
adm = 10
dip = 40
mil = 80
birth_date = 1500
birth_location = location:york
culture = culture:northumbrian
religion = religion:catholic
script = eng_robert_aske
save_scope_as = robert_aske
}
create_rebel = {
name = pilgrimage_of_grace_rebellion
category = estate
estate = peasants_estate
save_scope_as = pilgrimage_of_grace_rebels
}
while = {
count = 10
random_owned_rural_location = {
limit = {
province_definition = province_definition:northumberland_province
}
every_pop = {
limit = {
owner = root
religion = religion:catholic
pop_type = pop_type:peasants
}
add_pop_satisfaction = pop_satisfaction_ultimate_penalty
change_pop_allegiance = scope:pilgrimage_of_grace_rebels
}
}
}
scope:robert_aske = { change_character_allegiance = scope:pilgrimage_of_grace_rebels }
location:york = { save_scope_as = target_location }
}
option = {
name = flavor_eng.121.a
historical_option = yes
ruler = { add_trait = trait:cruel }
while = {
count = 10
random_owned_rural_location = {
limit = {
province_definition = province_definition:northumberland_province
}
every_pop = {
limit = {
NOT = { religion = root.religion }
}
add_pop_size = {
value = pop_size
multiply = -0.1
}
}
}
}
add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_extreme_penalty }
destroy_rebel = scope:pilgrimage_of_grace_rebels
custom_tooltip = flavor_eng.121.tt1
custom_tooltip = {
text = flavor_eng.121.custom
}
}
option = {
name = flavor_eng.121.b
set_variable = { name = commons_petition value = 1 }
grant_estate_privilege = estate_privilege:commons_petition
add_government_power = government_power_extreme_penalty
location:london = {
random_work_of_art_in_location = {
limit = {
this = work_of_art:wycliffe_bible
}
destroy_art = this
}
}
while = {
count = 10
random_owned_rural_location = {
limit = {
region = region:great_britain_region
}
every_pop = {
limit = {
NOT = { religion = religion:catholic }
}
split_pop = {
fraction = 0.50
religion = religion:catholic
}
}
}
}
destroy_rebel = scope:pilgrimage_of_grace_rebels
custom_tooltip = flavor_eng.121.tt2
custom_tooltip = flavor_eng.121.tt3
custom_tooltip = flavor_eng.121.tt4
custom_tooltip = {
text = flavor_eng.121.custom
}
}
option = {
name = flavor_eng.121.c
trigger = { ruler = { OR = { has_trait = charismatic_negotiator dip >= 75 } } }
if = {
limit = {
ruler = { has_trait = charismatic_negotiator dip < 75 }
}
custom_tooltip = {
text = flavor_eng.121.c.custom1
}
}
else