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.61] 德里苏丹国第二次卡拉奇尔远征

时间范围
1340.1.1 - 1360.1.1(每月 100% 概率)

触发条件

  • 国家已拥有变量 dlh_qarachil_expedition_second
  • 国家未拥有变量 dlh_qarachil_expedition_second_timer
  • 国家当前处于 situation:fall_of_delhi(德里陷落)情境中

关键效果

  • 历史选项:选择选项 flavor_dlh.61.a 将导致 loss_of_qarachil = yes(卡拉奇尔失陷)

背景介绍
该事件描述了德里苏丹国在“德里陷落”情境下,针对卡拉奇尔地区发起的第二次远征行动。事件发生在14世纪中叶,反映了苏丹国在面临内部动荡与外部压力时,试图通过军事行动巩固边疆、重振权威的历史背景。事件以高概率在特定时间窗口内触发,标志着一次关键的战略决策点。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = DLH
		from = 1340.1.1
		to = 1360.1.1
		monthly_chance = 100
	}

	illustration_tags = {
		10 = armed
		10 = exterior
	}

	trigger = {
		has_variable = dlh_qarachil_expedition_second
		NOT = { has_variable = dlh_qarachil_expedition_second_timer }
		is_situation_active = situation:fall_of_delhi	
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		remove_variable = dlh_qarachil_expedition_second
	}

	option = {
		name = flavor_dlh.61.a
		
		loss_of_qarachil = yes
	}
}