[flavor_eng.122] 托马斯·克伦威尔登场
时间范围:1510.1.1 - 1550.1.1(每月 5% 概率)
触发条件:
- 国家宗教为以下之一:加尔文宗、英国国教、路德宗、罗拉德派。
关键效果:
-
选项 A (历史选项):
- 贵族阶层满意度:
estate_satisfaction_severe_penalty(严重惩罚) - 市民阶层满意度:
estate_satisfaction_severe_bonus(严重奖励) - 显示三个自定义提示(
flavor_eng.122.tt1、flavor_eng.122.tt2、flavor_eng.122.tt3)
- 贵族阶层满意度:
-
选项 B:
- 对人物“托马斯·克伦威尔”添加持续至游戏结束的
refuses_to_serve_in_cabinet(拒绝入阁)角色修正。 - 神职人员阶层满意度:
estate_satisfaction_severe_penalty(严重惩罚) - 显示三个自定义提示(
flavor_eng.122.tt1、flavor_eng.122.tt4、flavor_eng.122.tt5)
- 对人物“托马斯·克伦威尔”添加持续至游戏结束的
背景介绍: 该事件模拟了托马斯·克伦威尔在英格兰宗教改革时期登上政治舞台的历史时刻。克伦威尔是亨利八世的首席大臣,在推动英格兰脱离罗马教廷、建立英国国教以及解散修道院等重大事件中扮演了核心角色。他的崛起深刻影响了英格兰的宗教格局、社会结构和政治权力平衡,尤其加剧了贵族、市民与神职人员等阶层之间的矛盾。
完整事件代码:
flavor_eng.122 = {
type = country_event
title = flavor_eng.122.title
desc = flavor_eng.122.desc
fire_only_once = yes
dynamic_historical_event = {
tag = ENG
tag = GBR
from = 1510.1.1
to = 1550.1.1
monthly_chance = 5
}
trigger = {
OR = {
religion = religion:calvinist
religion = religion:anglican
religion = religion:lutheran
religion = religion:lollardy
}
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
religion = { save_scope_as = religion }
create_character = {
first_name = name_thomas
last_name = Cromwell
adm = 90
dip = 90
mil = 10
birth_date = 1485.1.1
religion = scope:religion
estate = estate_type:burghers_estate
birth_location = location:london
add_trait = trait:unsuited_for_naval_command
add_trait = trait:unsuited_for_army_command
script = eng_thomas_cromwell
save_scope_as = thomas_cromwell
}
capital = { save_scope_as = target_location }
}
option = {
historical_option = yes
name = flavor_eng.122.a
add_estate_satisfaction = { type = estate_type:nobles_estate
value = estate_satisfaction_severe_penalty
}
add_estate_satisfaction = { type = estate_type:burghers_estate
value = estate_satisfaction_severe_bonus
}
custom_tooltip = flavor_eng.122.tt1
custom_tooltip = flavor_eng.122.tt2
custom_tooltip = flavor_eng.122.tt3
}
option = {
name = flavor_eng.122.b
hidden_effect = {
scope:thomas_cromwell = {
add_character_modifier = {
modifier = refuses_to_serve_in_cabinet
years = -1
mode = add_and_extend
}
}
}
add_estate_satisfaction = { type = estate_type:clergy_estate
value = estate_satisfaction_severe_penalty
}
custom_tooltip = flavor_eng.122.tt1
custom_tooltip = flavor_eng.122.tt4
custom_tooltip = flavor_eng.122.tt5
}
historical_info = flavor_eng.122.historical_info
}