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.18 阿曼海外雄心

时间范围

1337.1.1 - 1800.1.1,每月有 15% 的概率触发。

触发条件

  • 国家是 列强
  • 海军规模 大于等于 300
  • 海军传统 大于等于 60

关键效果

选项:让我们的新帝国崛起

  • 解锁政府改革:阿曼海外雄心改革

背景介绍

在14世纪至19世纪初,阿曼苏丹国凭借其优越的地理位置和强大的海军实力,在印度洋贸易网络中扮演了关键角色。当阿曼发展成为一个拥有强大海军传统和庞大舰队的列强时,其统治者开始构想并推动一项宏大的海外扩张计划,旨在建立一个横跨印度洋的海洋帝国,巩固其贸易垄断地位并扩大政治影响力。这一事件标志着阿曼从地区性强国向海洋帝国转型的关键决策点。

完整事件代码

flavor_oma.18 = {
	type = country_event
	title = flavor_oma.18.title
	desc = flavor_oma.18.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = OMA
		from = 1337.1.1
		to = 1800.1.1
		monthly_chance = 15
	}

	trigger = {
		is_great_power = yes
		navy_size >= 300
		navy_tradition >= 60
	}

	illustration_tags = {
        10 = happy
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler_or_regent ?= {
			save_scope_as = target_character
		}
	}

	option = { #Let our new Empire rise
		name = flavor_oma.18.a

		unlock_government_reform_effect = { type = omani_overseas_ambitions_reform }
	}
}