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.77] 马穆鲁克小麦贸易与仓储发展

时间范围

1337年1月1日 - 1836年1月1日,每月有 1% 的概率触发。

触发条件

  • 国家控制的市场中,有至少一个地区生产 小麦(goods:wheat)
  • 国家拥有的 粮仓(granary) 总有效建筑等级大于 0

关键效果

选项 A:flavor_mam.77.a(历史选项)

  • 花费 2 金币。
  • 在拥有 小麦 资源的 最多 3 个 最高人口地区,添加持续 20 年的地点修正 mam_granary_of_the_mediterranean

选项 B:flavor_mam.77.b

  • 获得 少量声望惩罚(prestige_mild_penalty)

背景介绍

该事件反映了马穆鲁克苏丹国(MAM)在其统治时期,依托尼罗河流域肥沃的土地和地中海贸易网络,发展小麦种植与战略仓储体系的历史。作为连接欧亚非的枢纽,马穆鲁克不仅需要保障国内粮食供应,还需通过控制小麦等关键物资来巩固其经济与政治影响力。建立高效的粮仓系统,是其维持军队稳定、应对潜在饥荒以及增强在地中海贸易中议价能力的重要手段。

完整事件代码

flavor_mam.77 = {
	type = country_event
	title = flavor_mam.77.title
	desc = flavor_mam.77.desc
	image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_wheat.dds"

	fire_only_once = yes

	historical_info = flavor_mam.77.historical_info

	dynamic_historical_event = {
		tag = MAM
		from = 1337.1.1
		to = 1836.1.1
		monthly_chance = 1
	}

	trigger = {
		any_market_present_in_country = { is_produced_in_market = goods:wheat }
		total_effective_building_levels:granary > 0
	}

	option = {
		name = flavor_mam.77.a
		historical_option = yes
		change_gold_effect = { scale = -2 }
		ordered_owned_location = {
			limit = {
				raw_material = goods:wheat
			}
			order_by = population
			max = 3
			add_location_modifier = { modifier = mam_granary_of_the_mediterranean years = 20 mode = add }
		}
	}

	option = {
		name = flavor_mam.77.b
		add_prestige = prestige_mild_penalty
	}
}