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.60] 第二次卡拉奇尔远征

时间范围:1340.1.1 - 1360.1.1
触发概率:每月 100% 概率

触发条件

  • 国家拥有变量 dlh_qarachil_expedition_second
  • 国家拥有变量 dlh_qarachil_expedition_second_timer
  • 国家正在经历局势 situation:fall_of_delhi
  • nepal_area 地区,至少有 30% 的省份由本国控制

关键效果

  • 选项flavor_dlh.60.a
    • 设置 success_of_qarachil = yes

背景介绍: 此事件描述了德里苏丹国在“德里陷落”的动荡局势下,于尼泊尔地区巩固了控制后,发起的第二次卡拉奇尔远征。事件标志着一次关键军事行动的启动或成功,旨在应对外部压力并恢复国家的影响力。

完整事件代码

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

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

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	trigger = {
		has_variable = dlh_qarachil_expedition_second
		has_variable = dlh_qarachil_expedition_second_timer
		is_situation_active = situation:fall_of_delhi
		area:nepal_area = {
			any_location_in_area = {
				percent >= 0.3
				owner ?= ROOT
			}
		}
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		remove_variable = dlh_qarachil_expedition_second_timer
		remove_variable = dlh_qarachil_expedition_second
	}

	option = {
		name = flavor_dlh.60.a
		
		success_of_qarachil = yes
	}
}