flavor_eng.126 汉斯·霍尔拜因的邀请
时间范围
1525.1.1 - 1550.1.1,每月 5% 概率触发。
触发条件
- 国家为 英格兰 (ENG) 或 大不列颠 (GBR)。
- 奥格斯堡 (augsburg) 的拥有者国内,天主教徒比例低于 50%。
- 人物 托马斯·莫尔 (eng_thomas_more) 存活。
关键效果
事件触发时,将自动创建人物 汉斯·霍尔拜因 (hans_holbein),并保存托马斯·莫尔为变量。
选项 A (历史选项)
- 名称:
flavor_eng.126.a - 触发条件: 未启用政策
de_heretico_comburendo。 - 效果:
- 显示自定义提示
flavor_eng.126.tt1。 - 若国家启用了政策
strict_censorship且宗教为天主教,则:- 教士阶层满意度受到严重惩罚。
- 显示自定义提示
flavor_eng.126.tt2。
- 显示自定义提示
选项 B
- 名称:
flavor_eng.126.b - 触发条件: 已启用政策
de_heretico_comburendo且国家宗教为天主教。 - 效果:
- 若托马斯·莫尔存活且在政府内阁中,则显示自定义提示
flavor_eng.126.tt3。 - 否则:
- 杀死汉斯·霍尔拜因。
- 社会价值观向 传统主义 方向移动。
- 显示自定义提示
flavor_eng.126.tt4。
- 若托马斯·莫尔存活且在政府内阁中,则显示自定义提示
选项 C
- 名称:
flavor_eng.126.c - 触发条件: 未同时满足“已启用政策
de_heretico_comburendo”且“国家宗教为天主教”。 - 效果:
- 显示自定义提示
flavor_eng.126.c.custom,其效果为:在不列颠地区所有识字率≥3的民众中,改变其宗教为国家宗教。 - 秘密杀死汉斯·霍尔拜因。
- 显示自定义提示
flavor_eng.126.tt5。
- 显示自定义提示
选项 D
- 名称:
flavor_eng.126.d - 触发条件: 未启用政策
de_heretico_comburendo。 - 效果:
- 获得少量威望加成。
- 秘密杀死汉斯·霍尔拜因。
- 显示自定义提示
flavor_eng.126.tt6。
背景介绍
在16世纪上半叶,宗教改革的风潮席卷欧洲。当德意志地区奥格斯堡的天主教势力衰弱时,英格兰的人文主义者托马斯·莫尔邀请来自该地的杰出画家汉斯·霍尔拜因前往英格兰。霍尔拜因的抵达及其后续命运,将取决于英格兰王室当时的宗教政策和对异端的态度,这反映了宗教动荡时期艺术、政治与信仰之间复杂而微妙的关系。
完整事件代码
flavor_eng.126 = {
type = country_event
title = flavor_eng.126.title
desc = flavor_eng.126.desc
fire_only_once = yes
dynamic_historical_event = {
tag = ENG
tag = GBR
from = 1525.1.1
to = 1550.1.1
monthly_chance = 5
}
image = "gfx/interface/illustrations/institutions/renaissance.dds"
trigger = {
location:augsburg.owner = {
"religion_percentage_in_country(religion:catholic)" < 0.5
}
character:eng_thomas_more ?= { is_alive = yes }
}
immediate = {
location:augsburg.dominant_religion = { save_scope_as = target_religion }
create_character = {
first_name = name_john
last_name = Holbein
estate = estate_type:burghers_estate
adm = 70
dip = 70
mil = 0
birth_date = 1497.1.1
birth_location = location:augsburg
religion = scope:target_religion
culture = culture:swabian
artist_skill = 1
artist = painter
save_scope_as = hans_holbein
script = eng_hans_holbein
}
character:eng_thomas_more ?= { save_scope_as = thomas_more }
}
option = {
historical_option = yes
name = flavor_eng.126.a
trigger= {
NOT = { has_policy = de_heretico_comburendo }
}
custom_tooltip = flavor_eng.126.tt1
if = {
limit = {
has_policy = strict_censorship
religion = religion:catholic
}
add_estate_satisfaction = { type = estate_type:clergy_estate
value = estate_satisfaction_severe_penalty
}
custom_tooltip = flavor_eng.126.tt2
}
}
option = {
name = flavor_eng.126.b
trigger = {
has_policy = de_heretico_comburendo
religion = religion:catholic
}
if = {
limit = {
character:eng_thomas_more ?= { is_alive = yes in_cabinet = yes }
}
custom_tooltip = flavor_eng.126.tt3
}
else = {
character:eng_hans_holbein ?= { kill_character = this }
change_societal_value = {
type = traditionalist_vs_innovative
value = societal_value_move_to_left
}
custom_tooltip = flavor_eng.126.tt4
}
}
option = {
name = flavor_eng.126.c
trigger= {
NOT = {
has_policy = de_heretico_comburendo
religion = religion:catholic
}
}
custom_tooltip = {
text = flavor_eng.126.c.custom
every_owned_location = {
limit = {
region = region:great_britain_region
}
every_pop = {
limit = {
pop_literacy >= 3
}
change_pop_religion = root.religion
}
}
}
hidden_effect = { kill_character_silently = scope:hans_holbein }
custom_tooltip = flavor_eng.126.tt5
}
option = {
name = flavor_eng.126.d
trigger= {
NOT = { has_policy = de_heretico_comburendo }
}
add_prestige = prestige_mild_bonus
hidden_effect = { kill_character_silently = scope:hans_holbein }
custom_tooltip = flavor_eng.126.tt6
}
historical_info = flavor_eng.126.historical_info
}