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

时间范围

  • 发生时间:1337.1.1 - 1400.1.1
  • 触发概率:每月 2% 概率

触发条件

  • 控制马斯喀特地区 (owns = location:masqat)
  • 国家 OMA 存在 (country_exists = c:OMA)
  • 未与 OMA 处于战争状态 (NOT = { is_at_war_with = c:OMA })

关键效果

选项 A (历史选项)

  • 名称:flavor_orm_oma.1.a
  • 效果:
    • 对 OMA 国家静默触发事件 flavor_orm_oma.2
    • 显示工具提示:oman_coast_to_oman = yes

选项 B

  • 名称:flavor_orm_oma.1.b
  • 效果:
    • 国家声望小幅下降 (add_prestige = prestige_mild_penalty)
    • 所有阿曼文化人口满意度大幅下降 (every_popculture = culture:omani_cultureadd_pop_satisfaction = pop_satisfaction_extreme_penalty)
    • 国家 OMA 获得对事件触发国的边境战争宣战理由 (add_casus_belli 类型为 casus_belli:cb_border_war)

背景介绍

在14世纪,阿曼海岸(特别是马斯喀特地区)的控制权是阿拉伯半岛东南部政治格局中的一个关键问题。这一时期,当地的统治者或外来势力需要决定如何处理这片具有战略和经济价值的沿海土地。是将其移交给崛起的阿曼势力,还是强行保留控制权并承受当地阿曼人口的不满及潜在的军事冲突,成为一个重要的历史抉择。

完整事件代码

flavor_orm_oma.1 = {
	type = country_event
	title = flavor_orm_oma.1.title
	desc = flavor_orm_oma.1.desc
	
	fire_only_once = yes
	dynamic_historical_event = {
		tag = ORM
		from = 1337.1.1
		to = 1400.1.1
		monthly_chance = 2
	}
	
	trigger = {
		owns = location:masqat
		country_exists = c:OMA
		NOT = { is_at_war_with = c:OMA }
		
	}

	image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_sand.dds"

	option = {
		name = flavor_orm_oma.1.a
		historical_option = yes
		
		c:OMA ?= { trigger_event_silently = { id = flavor_orm_oma.2 } }
		show_as_tooltip = {
			oman_coast_to_oman = yes
		}
		
	}

	option = {
		name = flavor_orm_oma.1.b
		add_prestige = prestige_mild_penalty
		every_pop = {
			limit = {
				culture = culture:omani_culture
			}
			add_pop_satisfaction = pop_satisfaction_extreme_penalty
		}
		c:OMA ?= {
			add_casus_belli = {
				target = root
				type = casus_belli:cb_border_war
			}
		}
	}
}