flavor_eng.64 亨利·耶维尔登场
时间范围:1340.1.1 - 1380.1.1(每月 1% 概率)
触发条件:
- 国家拥有德比(Derby)地区。
关键效果:
- 选项 A (历史选项):
- 使亨利·耶维尔获得“杰出人物”特质。
- 选项 B:
- 国家获得少量威望加成。
- (隐藏效果)亨利·耶维尔被移除。
背景介绍: 该事件模拟了14世纪英格兰建筑师亨利·耶维尔(Henry Yevele)的登场。耶维尔是英格兰中世纪晚期最重要的建筑师之一,曾参与威斯敏斯特宫、坎特伯雷大教堂等著名建筑的修建工作。事件设定在1340年至1380年间,当英格兰控制其出生地德比地区时,这位杰出的建筑师将可能出现在历史舞台上,为国家的发展贡献力量。
完整事件代码:
flavor_eng.64 = {
type = country_event
fire_only_once = yes
title = flavor_eng.64.title
desc = flavor_eng.64.desc
dynamic_historical_event = {
tag = ENG
tag = GBR
from = 1340.1.1
to = 1380.1.1
monthly_chance = 1
}
trigger = {
owns = location:derby
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
create_character = {
first_name = name_henry
last_name = Yevele
estate = estate_type:peasants_estate
adm = 40
dip = 25
mil = 5
birth_date = 1320
artist_skill = 1
artist = architect
birth_location = location:derby
script = eng_henry_yevele
save_scope_as = henry_yevele
}
location:derby = { save_scope_as = target_location }
}
option = {
name = flavor_eng.64.a
historical_option = yes
scope:henry_yevele = { add_trait = trait:prominent }
custom_tooltip = flavor_eng.64.tt1
}
option = {
name = flavor_eng.64.b
add_prestige = prestige_mild_bonus
hidden_effect = { kill_character_silently = scope:henry_yevele }
custom_tooltip = flavor_eng.64.tt2
}
historical_info = flavor_eng.64.historical_info
}