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_oma.3] 阿曼与马斯喀特

时间范围

1400.1.1 - 1600.1.1(每月 5% 概率)

触发条件

  • 马斯喀特(masqat)地区的所有者必须是阿曼(OMA)。
  • 马斯喀特地区必须已被事件触发国(ROOT)发现。
  • 马斯喀特地区的所有者必须在事件触发国的外交范围内。

关键效果

选项 A (历史选项)

  • 获得一个针对目标国家(马斯喀特所有者)的“征服省份”宣战理由(casus_belli:cb_conquer_province),目标省份为马斯喀特。

选项 B

  • 改变社会价值观:使“好战 vs 和解”(belligerent_vs_conciliatory)倾向向右移动(societal_value_move_to_right),即变得更倾向于好战。

背景介绍

此事件模拟了在15至17世纪,葡萄牙(POR)等外部势力对阿曼海岸,特别是重要港口城市马斯喀特的觊觎。这一时期,阿曼控制着印度洋贸易的关键节点,其战略位置和财富吸引了欧洲殖民者的目光。事件反映了外部势力发现并试图通过武力或外交压力介入该地区控制权的历史动态。

完整事件代码

flavor_oma.3 = {
	hide_portraits = yes
	type = country_event
	title = flavor_oma.3.title
	desc = flavor_oma.3.desc
	historical_info = flavor_oma.3.historical_info

	dynamic_historical_event = {
		tag = POR
		from = 1400.1.1
		to = 1600.1.1
		monthly_chance = 5
	}

	fire_only_once = yes

	trigger = {
		location:masqat.owner ?= c:OMA
		location:masqat = {
			is_discovered_by = ROOT
			owner ?= {
				within_diplomatic_range = root
			}
		}
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		location:masqat = {
			save_scope_as = target_location
			owner ?= {
				save_scope_as = target_country
				ruler_or_regent ?= {
					save_scope_as = target_character
				}
			}
		}

		ruler_or_regent ?= {
			save_scope_as = target_character2
		}
	}

	option = {
		name = flavor_oma.3.a

		historical_option = yes

		add_casus_belli =  { type = casus_belli:cb_conquer_province target = scope:target_country province = scope:target_location.province }
	}

	option = {
		name = flavor_oma.3.b

		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_move_to_right
		}
	}
}