flavor_por.7 发现印度洋航线
时间范围:1490.1.1 - 1520.1.1(每月 5% 概率)
触发条件:
- 已发现通往印度的航线(
discovered_route_to_india = yes)。 - 果阿地区(
location:goa)已被葡萄牙(c:POR)发现。
关键效果:
- 选项:
flavor_por.7.a- 对果阿地区的当前所有者获得一个省份征服的宣战理由(
casus_belli:cb_conquer_province)。 - 增加少量威望(
prestige_mild_bonus)。 - 获得金币,效果规模为2(
change_gold_effect = { scale = 2 })。
- 对果阿地区的当前所有者获得一个省份征服的宣战理由(
背景介绍: 该事件模拟了葡萄牙在15世纪末至16世纪初探索并发现通往印度的海上航线这一历史进程。瓦斯科·达·伽马于1498年成功抵达印度,标志着欧洲与亚洲直接海上贸易路线的开辟,极大地促进了葡萄牙的海外扩张和殖民活动,并为后续在印度洋建立贸易据点和殖民地(如果阿)奠定了基础。
完整事件代码:
flavor_por.7 = { #Discovery of Indian Sea Route
type = country_event
title = flavor_por.7.title
desc = flavor_por.7.desc
fire_only_once = yes
dynamic_historical_event = {
tag = POR
from = 1490.1.1
to = 1520.1.1
monthly_chance = 5
}
illustration_tags = {
10 = regular
10 = exterior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
}
trigger = {
discovered_route_to_india = yes
location:goa = { is_discovered_by = c:POR }
}
option = {
name = flavor_por.7.a
add_casus_belli = { type = casus_belli:cb_conquer_province target = location:goa.owner province = location:goa.province }
add_prestige = prestige_mild_bonus
change_gold_effect = { scale = 2 }
}
historical_info = flavor_por.7.historical_info
}