Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

flavor_zan.10 葡萄牙的威胁

时间范围

1450.1.1 - 1650.1.1,每月有 2% 的概率触发。

触发条件

  • 国家 ZAN 触发。
  • 葡萄牙 (POR) 满足以下所有条件:
    1. swahili_coast_region 地区拥有存在度。
    2. 与触发国 (ZAN) 之间存在以下任一关系:
      • ZAN 的附属国。
      • ZAN 存在 alliance(同盟)关系。
      • ZAN 是葡萄牙的附属国。
    3. 相对于 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
		}
	}
}