flavor_eth.10 佩罗·达·科维良
时间范围:1500.1.1 - 1550.1.1(每月 5% 概率)
触发条件:
- 国家宗教组为基督教。
- 首都已被葡萄牙(POR)发现。
- 未与葡萄牙处于战争状态。
关键效果:
- 选项 A (历史选项):
- 获得少量威望。
- 设置变量
portuguese_embassy为 1。 - 将人物 佩罗·达·科维良 移动至本国。
- 选项 B:
- 获得少量正统性。
- 将人物 佩罗·达·科维良 移动至葡萄牙。
背景介绍: 佩罗·达·科维良是15世纪末至16世纪初的葡萄牙探险家与间谍。他受葡萄牙国王若昂二世派遣,前往东方探索通往印度的海路,并收集关于香料贸易和东方基督教王国(如传说中的祭司王约翰之国)的情报。他最终抵达埃塞俄比亚,并留在了那里。此事件模拟了这位关键人物抵达埃塞俄比亚宫廷,为该国带来外部世界知识与潜在外交联系的历史时刻。
完整事件代码:
flavor_eth.10 = { #Pêro da Covilhã
type = country_event
title = flavor_eth.10.title
desc = flavor_eth.10.desc
fire_only_once = yes
dynamic_historical_event = {
tag = ETH
from = 1500.1.1
to = 1550.1.1
monthly_chance = 5
}
trigger = {
religion.group = religion_group:christian
capital = {
is_discovered_by = c:POR
}
NOT = { is_at_war_with = c:POR }
}
illustration_tags = {
10 = regular
10 = exterior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
create_character = { #https://en.wikipedia.org/wiki/Pero_da_Covilh%C3%A3
first_name = name_peter
last_name = da_Covilha
birth_location = location:castelo_branco
birth_date = 1460.1.1
culture = culture:portuguese
religion = religion:catholic
female = no
adm = 50 dip = 75 mil = 70
script = por_pero_covilha
save_scope_as = pero_covilha
create_in_limbo = yes
}
}
option = {
name = flavor_eth.10.a
add_prestige = prestige_weak_bonus
custom_tooltip = flavor_eth.10.a.desc
historical_option = yes
set_variable = { name = portuguese_embassy value = 1 }
scope:pero_covilha = {move_country = root}
}
option = {
name = flavor_eth.10.b
add_legitimacy = legitimacy_weak_bonus
scope:pero_covilha = {
move_country = c:POR
}
}
}