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_mam.2 开罗发展

时间范围:1457.1.1 - 1458.1.1(每月 50% 概率)

触发条件

  • 国家为马穆鲁克苏丹国(MAM)
  • 统治者性别为男性
  • 拥有开罗(Cairo)地区

关键效果

  • 选项 Aflavor_mam.2.a
    • 开罗地区获得一次温和的发展度提升(development_mild_bonus

背景介绍: 该事件模拟了马穆鲁克苏丹国在15世纪中期对其首都开罗进行的一次发展推动。在1457年至1458年间,苏丹国可能通过基础设施建设、贸易促进或行政改革,试图提升其政治与经济中心开罗的繁荣程度。

完整事件代码

flavor_mam.2 = {
	type = country_event
	title = flavor_mam.2.title
	desc = flavor_mam.2.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = MAM
		from = 1457.1.1
		to = 1458.1.1
		monthly_chance = 50
	}

	trigger = {
		ruler ?= { is_female = no }
		owns = location:cairo
	}

	option = {
		name = flavor_mam.2.a
		location:cairo = {
			change_development = development_mild_bonus
		}
	}
}