[flavor_eng.114] 托马斯·沃尔西登场
时间范围:1500.1.1 - 1530.1.1(每月 5% 概率)
触发条件:
- 国家宗教为天主教 (
religion = religion:catholic)
关键效果:
- 选项 A (历史选项):
- 教士阶层满意度大幅提升 (
estate_satisfaction_severe_bonus) - 贵族阶层满意度大幅降低 (
estate_satisfaction_severe_penalty) - 显示三条自定义提示 (
flavor_eng.114.tt1,flavor_eng.114.tt2,flavor_eng.114.tt3)
- 教士阶层满意度大幅提升 (
- 选项 B:
- 角色
托马斯·沃尔西获得内阁拒绝服务修正 (refuses_to_serve_in_cabinet),持续至多1年 - 统治者外交与行政能力各提升25点
- 教士阶层满意度小幅提升 (
estate_satisfaction_weak_bonus) - 显示两条自定义提示 (
flavor_eng.114.tt4,flavor_eng.114.tt5)
- 角色
- 选项 C:
- 静默处决角色
托马斯·沃尔西 - 国家宗教影响力小幅提升 (
religious_influence_mild_bonus) - 若教宗国 (
c:PAP) 存在,则其对本国好感度提升 (opinion_good_relations)
- 静默处决角色
背景介绍: 该事件模拟了英格兰历史上著名教士、政治家托马斯·沃尔西(Thomas Wolsey)的登场。沃尔西在亨利八世统治初期权倾一时,曾任约克大主教、枢机主教和英格兰大法官,对国内政治和教会事务有深远影响。本事件反映了其崛起对英格兰国内各阶层(尤其是教士与贵族)力量平衡带来的冲击,以及君主在处理这位强势人物时的不同选择可能引发的政治与宗教后果。
完整事件代码:
flavor_eng.114 = {
type = country_event
title = flavor_eng.114.title
desc = flavor_eng.114.desc
fire_only_once = yes
dynamic_historical_event = {
tag = ENG
tag = GBR
from = 1500.1.1
to = 1530.1.1
monthly_chance = 5
}
trigger = {
religion = religion:catholic
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
location:rome = { save_scope_as = rome }
create_character = {
first_name = name_thomas
last_name = Wolsey
adm = 90
dip = 90
mil = 10
birth_date = 1473.1.1
religion = religion:catholic
estate = estate_type:clergy_estate
birth_location = location:ipswich
add_trait = trait:unsuited_for_naval_command
add_trait = trait:unsuited_for_army_command
script = eng_thomas_wolsey
save_scope_as = thomas_wolsey
}
capital = { save_scope_as = target_location }
root = { save_scope_as = target_root_country }
}
option = {
historical_option = yes
name = flavor_eng.114.a
add_estate_satisfaction = { type = estate_type:clergy_estate
value = estate_satisfaction_severe_bonus
}
add_estate_satisfaction = { type = estate_type:nobles_estate
value = estate_satisfaction_severe_penalty
}
custom_tooltip = flavor_eng.114.tt1
custom_tooltip = flavor_eng.114.tt2
custom_tooltip = flavor_eng.114.tt3
}
option = {
name = flavor_eng.114.b
hidden_effect = {
scope:thomas_wolsey = {
add_character_modifier = {
modifier = refuses_to_serve_in_cabinet
years = -1
mode = add_and_extend
}
}
}
ruler = { add_dip = 25 add_adm = 25 }
add_estate_satisfaction = { type = estate_type:clergy_estate
value = estate_satisfaction_weak_bonus
}
custom_tooltip = flavor_eng.114.tt4
custom_tooltip = flavor_eng.114.tt5
}
option = {
name = flavor_eng.114.c
hidden_effect = { kill_character_silently = scope:thomas_wolsey }
add_religious_influence = religious_influence_mild_bonus
if = {
limit = {
country_exists = c:PAP
}
c:PAP = {
add_opinion = {
target = root
modifier = opinion_good_relations
}
}
}
}
historical_info = flavor_eng.114.historical_info
}