flavor_eng.94 约翰·卡普格雷夫登场
时间范围:1412.1.1 - 1460.1.1(每月 1% 概率)
触发条件:
- 控制德比(Derby)地区。
关键效果:
- 选项 A (历史选项):
- 触发条件:国家未采用“焚烧异端者”政策。
- 效果:创建人物约翰·卡普格雷夫。
- 所属阶层:市民阶层。
- 能力:行政 37,外交 10,军事 10。
- 特质:作家(艺术家技能 0.9)。
- 若国家采用“严格审查”政策,则教士阶层满意度将受到严重惩罚。
- 选项 B:
- 触发条件:国家未采用“焚烧异端者”政策。
- 效果:秘密处决约翰·卡普格雷夫,并获得少量研究进度。
- 若国家采用“严格审查”政策,则教士阶层满意度将受到严重惩罚。
- 选项 C:
- 触发条件:国家已采用“焚烧异端者”政策。
- 效果:公开处决约翰·卡普格雷夫(以火刑方式),并推动社会价值观向传统主义方向偏移。
背景介绍: 此事件模拟了15世纪早期英格兰作家、奥斯定会修士约翰·卡普格雷夫(John Capgrave)的登场。他出生于林恩(今金斯林),以其历史著作和神学作品闻名。事件反映了当时英格兰的宗教与学术环境,玩家的选择将体现国家对待学者、宗教政策(如是否镇压异端)以及审查制度的态度,并直接影响国内不同阶层(尤其是教士阶层)的稳定与国家的知识发展。
flavor_eng.94 = {
type = country_event
title = flavor_eng.94.title
desc = flavor_eng.94.desc
fire_only_once = yes
dynamic_historical_event = {
tag = ENG
tag = GBR
from = 1412.1.1
to = 1460.1.1
monthly_chance = 1
}
trigger = {
owns = location:derby
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
create_character = {
first_name = name_john
last_name = Capgrave
estate = estate_type:burghers_estate
adm = 37
dip = 10
mil = 10
birth_date = 1393.1.1
birth_location = location:lynn
artist_skill = 0.9
artist = writer
script = eng_john_capgrave
save_scope_as = john_capgrave
}
}
option = {
historical_option = yes
name = flavor_eng.94.a
trigger= {
NOT = { has_policy = de_heretico_comburendo }
}
custom_tooltip = flavor_eng.94.tt1
if = {
limit = { has_policy = strict_censorship }
add_estate_satisfaction = { type = estate_type:clergy_estate
value = estate_satisfaction_severe_penalty
}
custom_tooltip = flavor_eng.94.tt2
}
}
option = {
name = flavor_eng.94.b
trigger= {
NOT = { has_policy = de_heretico_comburendo }
}
hidden_effect = { kill_character_silently = scope:john_capgrave }
add_research_progress = research_progress_mild_bonus
if = {
limit = { has_policy = strict_censorship }
add_estate_satisfaction = { type = estate_type:clergy_estate
value = estate_satisfaction_severe_penalty
}
custom_tooltip = flavor_eng.94.tt2
}
}
option = {
name = flavor_eng.94.c
trigger = { has_policy = de_heretico_comburendo }
character:eng_john_capgrave ?= {
kill_character = {
target = this
reason = burned_alive
killer = ruler
}
}
change_societal_value = {
type = traditionalist_vs_innovative
value = societal_value_move_to_left
}
custom_tooltip = flavor_eng.94.tt3
}
historical_info = flavor_eng.94.historical_info
}