[flavor_hab.58] 大象礼物
时间范围:1540.1.1 - 1580.1.1(每月 5% 概率)
触发条件:
- 葡萄牙(
c:POR)国家存在。 - 葡萄牙与事件触发国(奥地利/哈布斯堡)存在王室联姻关系(
has_royal_marriage_with = root)。 - 葡萄牙在台湾地区(
area:taiwan_area)拥有存在度(has_presence_in)。
关键效果:
- 选项 A(历史选项):
- 事件触发国获得少量威望(
add_prestige = prestige_mild_bonus)。 - 葡萄牙对事件触发国获得“哈布斯堡赠送大象”好感度修正(
hab_gifted_an_elephant)。 - 事件触发国对葡萄牙获得“哈布斯堡赠送大象”好感度修正(
reverse_add_opinion)。
- 事件触发国获得少量威望(
背景介绍: 在16世纪中后期,葡萄牙帝国在亚洲的扩张使其势力延伸至台湾地区。与此同时,作为欧洲主要王朝的奥地利哈布斯堡家族与葡萄牙王室保持着紧密的联姻关系。这一事件模拟了在此背景下,哈布斯堡王朝可能向其在亚洲的葡萄牙盟友赠送一头大象作为外交礼物的情景,这种奇珍异兽的馈赠旨在巩固双方的关系并提升王朝的声望。
完整事件代码:
flavor_hab.58 = { #An Elephant Gift
type = country_event
title = flavor_hab.58.title
desc = flavor_hab.58.desc
historical_info = flavor_hab.58.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = HAB
from = 1540.1.1
to = 1580.1.1
monthly_chance = 5
}
trigger = {
country_exists = c:POR
c:POR = {
has_royal_marriage_with = root
has_presence_in = area:taiwan_area
}
}
option = {
name = flavor_hab.58.a
historical_option = yes
add_prestige = prestige_mild_bonus
c:POR = {
add_opinion = {
modifier = hab_gifted_an_elephant
target = root
}
reverse_add_opinion = {
modifier = hab_gifted_an_elephant
target = root
}
}
}
}