flavor_eng.128 约翰·卡博特登场
时间范围:1495.1.1 - 1520.1.1 (每月 5% 概率)
触发条件:
- 地区
gaeta的所有者信仰基督教宗教组(religion.group = religion_group:christian)。 - 地区
bristol的所有者为触发此事件的国家(owner = root)。
关键效果:
- 选项 A (历史选项):
- 名称:
flavor_eng.128.a - 标记为历史选项(
historical_option = yes)。 - 显示自定义提示
flavor_eng.128.tt。
- 名称:
- 选项 B:
- 名称:
flavor_eng.128.b - 隐藏效果:静默杀死角色
john_cabot。 - 获得少量威望(
add_prestige = prestige_mild_bonus)。
- 名称:
背景介绍: 该事件模拟了意大利航海家约翰·卡博特(乔瓦尼·卡博托)为英格兰服务的契机。历史上,卡博特出生于热那亚共和国(今意大利),后在英格兰布里斯托尔获得资助,代表英王亨利七世进行探险,旨在寻找通往亚洲的西北航道,其航行对英格兰在北美的早期主张产生了影响。事件反映了英格兰在文艺复兴后期吸引外国人才、拓展海外探索的历史背景。
完整事件代码:
flavor_eng.128 = {
type = country_event
fire_only_once = yes
title = flavor_eng.128.title
desc = flavor_eng.128.desc
dynamic_historical_event = {
tag = ENG
tag = GBR
from = 1495.1.1
to = 1520.1.1
monthly_chance = 5
}
image = "gfx/interface/illustrations/location/sea/sea_bigger.dds"
trigger = {
location:gaeta.owner = { religion.group = religion_group:christian }
location:bristol = { owner = root }
}
immediate = {
location:bristol = { save_scope_as = bristol }
location:gaeta.dominant_religion = {
save_scope_as = target_religion
}
location:gaeta = {
save_scope_as = target_location
}
create_character = {
first_name = name_john
last_name = Caboto
estate = estate_type:burghers_estate
adm = 70
dip = 70
mil = 65
birth_date = 1450.1.1
birth_location = location:gaeta
trait_category = explorer
religion = scope:target_religion
save_scope_as = john_cabot
script = eng_john_cabot
}
}
option = {
name = flavor_eng.128.a
historical_option = yes
custom_tooltip = flavor_eng.128.tt
}
option = {
name = flavor_eng.128.b
hidden_effect = { kill_character_silently = scope:john_cabot }
add_prestige = prestige_mild_bonus
}
historical_info = flavor_eng.128.historical_info
}