[flavor_eng.115] 汉普顿宫建造计划
时间范围:1514.1.1 - 1534.1.1(每月 5% 概率)
触发条件:
- 人物
eng_thomas_wolsey存活且在政府内阁中。 - 省份
london的所有者和控制者均为触发此事件的国家。
关键效果:
- 选项 A (历史选项):
- 花费金钱(
change_gold_effect缩放系数 -6)。 - 在
london创建一件艺术品:- 类型:宫殿 (
work_of_art_type:palace) - 关键标识:
hampton_court - 品质:50
- 艺术家:新创建的
john_di_padova
- 类型:宫殿 (
- 在
london的市场中,添加一个持续 90 个月的临时需求demand:eng_hampton_court_construction。 - 将人物
john_di_padova移动至本国,并为其增加 0.03 的艺术家技能 (artist_skill)。
- 花费金钱(
- 选项 B:
- 大幅增加农民阶层满意度 (
add_estate_satisfaction值为estate_satisfaction_severe_bonus)。 - 隐藏效果:静默杀死人物
john_di_padova。
- 大幅增加农民阶层满意度 (
背景介绍: 该事件模拟了英格兰国王亨利八世时期,其首席顾问、大法官托马斯·沃尔西枢机主教主导的汉普顿宫建造计划。沃尔西为了彰显国王和自己的权力与财富,聘请了意大利建筑师约翰·迪·帕多瓦,在伦敦着手建造这座宏伟的宫殿。这一工程不仅耗费巨资,也反映了都铎王朝早期宫廷的奢华与对文艺复兴艺术的追求。事件提供了两个选择:一是投入资源完成宫殿建造,二是放弃工程以安抚民众。
代码块:
flavor_eng.115 = {
type = country_event
title = flavor_eng.115.title
desc = flavor_eng.115.desc
fire_only_once = yes
dynamic_historical_event = {
tag = ENG
tag = GBR
from = 1514.1.1
to = 1534.1.1
monthly_chance = 5
}
trigger = {
character:eng_thomas_wolsey ?= { is_alive = yes in_cabinet = yes }
location:london = {
owner = root
controller = root
}
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:nobles_estate }
location:london = { save_scope_as = target_province }
character:eng_thomas_wolsey = { save_scope_as = thomas_wolsey }
create_character = {
first_name = name_john
last_name = di_padova
estate = estate_type:burghers_estate
adm = 45
dip = 30
mil = 5
birth_date = 1489.1.1
birth_location = location:padova
religion = religion:catholic
culture = culture:emilian
artist_skill = 0.6
artist = architect
save_scope_as = john_di_padova
script = eng_john_di_padova
create_in_limbo = yes
}
}
option = {
historical_option = yes
name = flavor_eng.115.a
change_gold_effect = { scale = -6 }
custom_tooltip = {
text = flavor_eng.115.a.custom
location:london = {
create_art = {
quality = 50
artist = scope:john_di_padova
type = work_of_art_type:palace
key = hampton_court
}
}
}
location:london = {
market = {
add_temporary_demand = {
type = demand:eng_hampton_court_construction
months = 90
}
}
}
scope:john_di_padova = {
move_country = root
add_artist_skill = 0.03
}
}
option = {
name = flavor_eng.115.b
add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_severe_bonus }
hidden_effect = {
kill_character_silently = scope:john_di_padova
}
}
historical_info = flavor_eng.115.historical_info
}