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_mam.7] 马穆鲁克贵族对塞浦路斯的领土主张

时间范围

  • 事件窗口:无明确 fromto 日期限制(即游戏全程可能触发)。
  • 触发概率:无 monthly_chance 字段(通常为一次性或条件满足后立即触发的事件)。

触发条件

代码中未定义 trigger 字段,表明此事件可能由游戏脚本在其他逻辑中直接调用,或依赖于外部条件(如特定决策、其他事件链等)。

关键效果

  • 选项flavor_mam.7.a
    • 效果:获得一个针对国家 CYP(塞浦路斯)的征服战争借口(casus_belli:cb_conquer_province),目标省份为 nicosia_cyp.province(尼科西亚)。

背景介绍

此事件反映了马穆鲁克苏丹国(Mamluk Sultanate)内部贵族阶层对塞浦路斯岛的领土野心。塞浦路斯位于东地中海,战略位置重要,历史上曾多次成为周边势力争夺的目标。马穆鲁克贵族可能出于控制贸易路线、扩大领土或应对地区安全威胁的考虑,推动苏丹国对塞浦路斯(尤其是其首都尼科西亚)提出主权要求,为军事行动提供合法性依据。

完整事件代码

flavor_mam.7 = {
	type = country_event
	title = flavor_mam.7.title
	desc = flavor_mam.7.desc

	illustration_tags = {
		10 = angry
		10 = interior
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}

	option = {
		name = flavor_mam.7.a
		add_casus_belli =  { type = casus_belli:cb_conquer_province target = c:CYP province = location:nicosia_cyp.province }
	}
}