flavor_eng.20 北方叛乱
时间范围:1558年1月1日 - 1579年1月1日(每月 10% 概率触发)
触发条件:
- 控制伦敦地区。
- 国家宗教为路德宗或圣公宗。
- 完全控制诺森伯兰省,且该省天主教人口比例超过10%。
- 完全控制威斯特摩兰省,且该省天主教人口比例超过10%。
关键效果:
- 选项 A (历史选项):
- 诺森伯兰省与威斯特摩兰省的省会控制度遭受轻度惩罚。
- 上述两省内所有属于玩家、信仰天主教且未加入叛军的民众,其满意度遭受终极惩罚,并加入“北方叛乱”叛军。
- 国家获得持续5年的“北方叛乱”修正(可叠加并延长)。
- 人物托马斯·珀西与查尔斯·内维尔加入玩家国家,并效忠于“北方叛乱”叛军。
- 选项 B:
- 摧毁“北方叛乱”叛军。
- 政府权力遭受终极惩罚。
- 贵族阶层满意度遭受极端惩罚。
- 选项 C:
- 摧毁“北方叛乱”叛军。
- 在诺森伯兰省或威斯特摩兰省内,选取属于玩家且非天主教信仰的5个最大规模民众群体,将其中的10%至33%人口分裂出来并改信天主教。
- 贵族阶层满意度获得轻度加成。
- 显示自定义提示文本
flavor_eng.20.tt3。
背景介绍: 此事件模拟了英格兰(或其后身大不列颠)在伊丽莎白一世统治初期(1558-1579年)所面临的“北方叛乱”(又称“求恩巡礼”或北方伯爵叛乱)。当时,英格兰北部仍存在大量天主教徒,他们对政府推行新教改革、打压天主教信仰的政策感到不满。当地的天主教贵族,如内维尔和珀西家族,利用民众的宗教情绪,试图发动叛乱以恢复天主教地位并挑战中央权威。事件反映了宗教改革时期英格兰内部深刻的宗教与政治裂痕。
完整事件代码:
flavor_eng.20 = {
type = country_event
fire_only_once = yes
title = flavor_eng.20.title
desc = flavor_eng.20.desc
dynamic_historical_event = {
tag = ENG
tag = GBR
from = 1558.1.1
to = 1579.1.1
monthly_chance = 10
}
trigger = {
owns = location:london
OR = {
religion = religion:lutheran
religion = religion:anglican
}
own_entire_province = province_definition:northumberland_province
province:northumberland_province = {
religion_percentage = {
religion = religion:catholic
value > 0.1
}
}
own_entire_province = province_definition:westmorland_province
province:westmorland_province = {
religion_percentage = {
religion = religion:catholic
value > 0.1
}
}
}
illustration_tags = {
10 = exterior
10 = armed
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
create_character = {
first_name = name_charles
dynasty = dynasty:neville_dynasty
estate = estate_type:nobles_estate
religion = religion:catholic
adm = 60
dip = 61
mil = 70
birth_date = 1542.1.1
birth_location = location:kendal
script = eng_charles_neville
save_scope_as = charles_neville
create_in_limbo = yes
}
create_character = {
first_name = name_thomas
dynasty = dynasty:percy_dynasty
estate = estate_type:nobles_estate
religion = religion:catholic
adm = 51
dip = 55
mil = 60
birth_date = 1528.1.1
birth_location = location:durham
script = eng_thomas_percy_2
save_scope_as = thomas_percy
create_in_limbo = yes
}
create_rebel = {
name = northern_rebellion
category = religious
religion = religion:catholic
save_scope_as = northern_rebellion
}
scope:charles_neville = { change_character_allegiance = scope:northern_rebellion }
scope:thomas_percy = { change_character_allegiance = scope:northern_rebellion }
}
option = {
name = flavor_eng.20.a
historical_option = yes
province:northumberland_province ?= {
province_capital = { change_control = control_mild_penalty }
custom_tooltip = {
text = every_pop_in_province_pop_satisfaction_ultimate_penalty_and_northern_rebellion_tt
every_location_in_province = {
every_pop = {
limit = {
owner = root
religion = religion:catholic
has_rebel = no
}
add_pop_satisfaction = pop_satisfaction_ultimate_penalty
change_pop_allegiance = scope:northern_rebellion
}
}
}
}
province:westmorland_province ?= {
province_capital = { change_control = control_mild_penalty }
custom_tooltip = {
text = every_pop_in_province_pop_satisfaction_ultimate_penalty_and_northern_rebellion_tt
every_location_in_province = {
every_pop = {
limit = {
owner = root
religion = religion:catholic
has_rebel = no
}
add_pop_satisfaction = pop_satisfaction_ultimate_penalty
change_pop_allegiance = scope:northern_rebellion
}
}
}
}
add_country_modifier = {
modifier = northern_rebellion
years = 5
mode = add_and_extend
}
scope:thomas_percy = {
move_country = root
change_character_allegiance = scope:northern_rebellion
}
scope:charles_neville = {
move_country = root
change_character_allegiance = scope:northern_rebellion
}
}
option = {
name = flavor_eng.20.b
destroy_rebel = scope:northern_rebellion
add_government_power = government_power_ultimate_penalty
add_estate_satisfaction = {
type = estate_type:nobles_estate
value = estate_satisfaction_extreme_penalty
}
}
option = {
name = flavor_eng.20.c
destroy_rebel = scope:northern_rebellion
ordered_pop = {
limit = {
owner = root
OR = {
location.province_definition = province_definition:northumberland_province
location.province_definition = province_definition:westmorland_province
}
NOT = { religion = religion:catholic }
}
order_by = pop_size
check_range_bounds = no
max = 5
split_pop = {
fraction = { 0.10 0.33 }
religion = religion:catholic
}
}
add_estate_satisfaction = {
type = estate_type:nobles_estate
value = estate_satisfaction_mild_bonus
}
custom_tooltip = flavor_eng.20.tt3
}
historical_info = flavor_eng.20.historical_info
}