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_dlh.40 德里苏丹国奴隶军队改革

时间范围:1350.1.1 - 1500.1.1(每月 3% 概率)

触发条件

  • 国家已接纳 professional_armies(职业军队)制度。
  • 当前统治者或摄政(若君主未成年)的王朝为 tughlaq_dynasty(图格鲁克王朝)。

关键效果

  • 选项 A (flavor_dlh.40.a)
    • 解锁政府改革效果:tughlaq_slave_army_reform(图格鲁克奴隶军队改革)。
  • 选项 B (flavor_dlh.40.b)
    • 增加 stability_mild_bonus(轻度稳定度加成)。

背景介绍: 在德里苏丹国图格鲁克王朝统治期间(约14-15世纪),随着职业军队制度的建立,王朝面临着如何巩固军事力量的抉择。这一时期,统治者可能考虑推行以奴隶士兵(马穆鲁克)为核心的军事改革,以加强中央集权和军队的忠诚度,作为传统封建军事体系的替代方案。本事件反映了图格鲁克王朝在军事制度化过程中的关键决策点。

完整事件代码

flavor_dlh.40 = {
	type = country_event
	title = flavor_dlh.40.title
	desc = flavor_dlh.40.desc

	dynamic_historical_event = {
		tag = DLH
		from = 1350.1.1
		to = 1500.1.1
		monthly_chance = 3
	}

	image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_slaves_goods.dds"

	immediate = {
		ruler_or_regent = {
			save_scope_as = target_character
		}
	}

	fire_only_once = yes

	trigger = {
		has_embraced_institution = institution:professional_armies
		ruler_or_heir_if_regent ?= {
			dynasty ?= dynasty:tughlaq_dynasty
		}
	}

	option = {
		name = flavor_dlh.40.a
		
		unlock_government_reform_effect = {
			type = tughlaq_slave_army_reform
		}
	}

	option = {
		name = flavor_dlh.40.b
		
		add_stability = stability_mild_bonus
	}
}