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_orm_oma.2] 阿曼海岸归属阿曼

时间范围
该事件为一次性事件,无特定时间范围,仅当满足触发条件时发生。

触发条件

  • 事件为一次性事件(fire_only_once = yes)。
  • 具体触发条件未在提供的代码段中明确定义,需参考游戏内其他相关逻辑或文件。

关键效果

  • 选项 Aflavor_orm_oma.2.a
    • 历史选项:是
    • 核心效果:oman_coast_to_oman = yes(将阿曼海岸地区划归阿曼控制)

背景介绍
此事件涉及阿曼海岸地区的领土归属问题。在历史上,阿曼沿海地带因其重要的贸易与战略位置,常成为区域势力争夺的焦点。该事件模拟了阿曼成功确立或恢复对其海岸地区控制权的历史进程,反映了阿曼在印度洋贸易网络中的关键角色及其对沿海领土的治理主张。

完整事件代码

flavor_orm_oma.2 = {
	type = country_event
	title = flavor_orm_oma.2.title
	desc = flavor_orm_oma.2.desc
	
	fire_only_once = yes
	
	image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_sand.dds"

	option = {
		name = flavor_orm_oma.2.a
		historical_option = yes
		oman_coast_to_oman = yes
	}
}