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.11] 阿曼向桑给巴尔扩张

时间范围:1500.1.1 - 1700.1.1(每月 5% 概率)

触发条件

  • 国家标签为 OMA(阿曼)。
  • 完全控制 oman_area(阿曼地区)。
  • rufiji_area(鲁菲吉地区)中,至少有 1% 的省份满足以下任一条件:
    • 所有者为阿曼。
    • 无所有者。
    • 不可拥有。
  • 省份 kilwa_kisiwani(基卢瓦基西瓦尼)不是首都。

关键效果

  • 选项 A (flavor_oma.11.a)
    • 启动一次人口迁移:从首都省份迁移 5% 的同文化人口至 kilwa_kisiwani 省份,持续 100 个月。
    • 解锁内阁行动 oma_zanzibar_integration(阿曼-桑给巴尔整合)。
    • 损失相当于国库 50% 的金钱。
  • 选项 B (flavor_oma.11.b)
    • 获得少量威望惩罚。

背景介绍: 该事件模拟了16至17世纪阿曼苏丹国在东非海岸的扩张活动,特别是向桑给巴尔及斯瓦希里海岸的渗透。阿曼的商人和统治者利用其海军优势,逐步在基卢瓦等东非港口城市建立据点,争夺印度洋贸易网络的控制权,并最终将桑给巴尔纳入其势力范围,为日后阿曼帝国在东非的统治奠定了基础。

完整事件代码

flavor_oma.11 = {
	hide_portraits = yes
	type = country_event
	title = flavor_oma.11.title
	desc = flavor_oma.11.desc
	fire_only_once = yes

	dynamic_historical_event = {
		tag = OMA
		from = 1500.1.1
		to = 1700.1.1
		monthly_chance = 5
	}

	trigger = {
		own_entire_area = area:oman_area
		area:rufiji_area = {
			any_location_in_area = {
				percent = 1
				OR = {
					owner ?= root
					has_owner = no
					is_ownable = no
				}
			}
		}
		location:kilwa_kisiwani = {
			is_capital = no
		}
	}

	illustration_tags = {
        10 = regular
        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
		}

		location:kilwa_kisiwani = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_oma.11.a

		add_migration = {
			owner = this
			from = root.capital.province_definition
			to = scope:target_location.province_definition
			culture = root.culture
			amount = 0.05
			months = 100
		}

		unlock_cabinet_action_effect = { type = oma_zanzibar_integration }

		change_gold_effect = { scale = -0.5 }
	}

	option = {
		name = flavor_oma.11.b

		add_prestige = prestige_mild_penalty
	}
}