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.47] 皇家马穆鲁克

时间范围
1300.1.1 - 1500.1.1(每月 10% 概率)

触发条件

  • 国家拥有统治者
  • 国家已解锁“皇家马穆鲁克”进步

关键效果

  • 选项 Aflavor_mam.47.a):
    • 获得“军队传统”极端加成(add_army_tradition = army_tradition_extreme_bonus

背景介绍
该事件反映了马穆鲁克苏丹国在14至16世纪期间,其军事精英——皇家马穆鲁克——在政治与军事体系中的核心地位。马穆鲁克作为奴隶出身的军事阶层,通过严格的训练与晋升机制,逐渐成为国家统治与国防的支柱。事件体现了该体制对军队传统与战斗力的强化作用。

完整事件代码

flavor_mam.47 = { #Royal Mamluks
	hide_portraits = yes
	type = country_event
	title = flavor_mam.47.title
	desc = flavor_mam.47.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = MAM
		from = 1300.1.1
		to = 1500.1.1
		monthly_chance = 10
	}

	illustration_tags = {
	10 = regular
	10 = exterior
	}

	trigger = {
		has_ruler = yes
		has_advance = royal_mamluks
	}

	immediate = {
		ruler = {
			save_scope_as = target_ruler
		}
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
	}

	option = {
		name = flavor_mam.47.a
		add_army_tradition = army_tradition_extreme_bonus
	}
}