flavor_zan.10 葡萄牙的威胁
时间范围
1450.1.1 - 1650.1.1,每月有 2% 的概率触发。
触发条件
- 国家
ZAN触发。 - 葡萄牙 (
POR) 满足以下所有条件:- 在
swahili_coast_region地区拥有存在度。 - 与触发国 (
ZAN) 之间不存在以下任一关系:- 是
ZAN的附属国。 - 与
ZAN存在alliance(同盟)关系。 ZAN是葡萄牙的附属国。
- 是
- 相对于
ZAN的国力(relative_strength)比值大于 0.35。
- 在
关键效果
选项: flavor_zan.10.a
- 为触发国 (
ZAN) 增加stability_ultimate_penalty(最大程度的稳定度惩罚)。 - 触发葡萄牙 (
POR) 的事件flavor_zan.11。
背景介绍
在1450年至1650年间,桑给巴尔苏丹国(ZAN)面临着来自葡萄牙海上扩张的持续压力。葡萄牙人为了控制印度洋的贸易路线,不断在斯瓦希里海岸地区建立据点并施加影响力。当葡萄牙的军事与经济实力对桑给巴尔构成显著威胁,且双方未结成稳固的同盟或附属关系时,桑给巴尔的统治者将不得不直面这一外部挑战,其国内稳定可能因此受到严重冲击。
完整事件代码
flavor_zan.10 = {
hide_portraits = yes
type = country_event
title = flavor_zan.10.title
desc = flavor_zan.10.desc
fire_only_once = yes
dynamic_historical_event = {
tag = ZAN
from = 1450.1.1
to = 1650.1.1
monthly_chance = 2
}
trigger = {
c:POR ?= {
has_presence_in = region:swahili_coast_region
NOR = {
is_subject_of = root
has_mutual_scripted_relation = {
type = relation_type:alliance
target = root
}
root = { is_subject_of = prev }
}
relative_strength = {
target = root
value > 0.35
}
}
}
illustration_tags = {
10 = regular
10 = exterior
}
immediate = {
event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
c:POR = {
save_scope_as = target_country
ruler_or_regent = { save_scope_as = target_character }
}
save_scope_as = target_country2
ruler_or_regent = { save_scope_as = target_character2 }
}
option = {
name = flavor_zan.10.a
add_stability = stability_ultimate_penalty
c:POR = {
trigger_event_non_silently = flavor_zan.11
}
}
}