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.51] 图格拉奴隶军事件

时间范围
无明确时间范围(无 fromto 字段),事件触发概率未指定(无 monthly_chance 字段)。

触发条件

  • 国家已采用政府改革:tughlaq_slave_army_reform(图格拉奴隶军改革)。

关键效果

  • 选项 A(名称:flavor_dlh.51.a
    • 杀死当前统治者或摄政时的继承人(kill_character,原因:刺杀)。
    • 国家稳定性小幅下降(add_stability = stability_mild_penalty)。

背景介绍
该事件与采用图格拉奴隶军改革的国家相关,可能反映了该军事体系内部的不稳定因素或权力斗争。事件中统治者或继承人遭遇刺杀,导致政局动荡与国家稳定受损。

完整事件代码

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

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

	trigger = {
		has_reform = government_reform:tughlaq_slave_army_reform
	}

	immediate = {
		ruler_or_heir_if_regent ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_dlh.51.a
		
		kill_character = {
			target = scope:target_character
			reason = assassination
		}

		add_stability = stability_mild_penalty
	}
}