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_ira.25] 红头军改革

时间范围

  • 起始日期:无明确限制(由触发条件决定)
  • 结束日期:无明确限制(由触发条件决定)
  • 触发概率:无 monthly_chance 字段,为条件满足时立即触发的事件

触发条件

  • 国家已拥有科技 ira_the_qizilbash
  • 当前时代为 宗教改革时代(age_4_reformation) 或更晚
  • 国家 尚未 解锁单位触发条件 a_reformation_qizilbash

关键效果

  • 选项名称flavor_ira.25.a
  • 效果:解锁单位触发条件 a_reformation_qizilbash
  • 历史选项:无 historical_option 标记

背景介绍

此事件标志着在宗教改革时代背景下,一个已掌握“红头军”相关科技的国家,正式将这一独特的军事改革制度化。红头军(Qizilbash)历史上是萨法维帝国及波斯地区一支重要的军事宗教力量,以其鲜明的红色头饰和什叶派信仰为核心认同。该事件可能代表国家在特定历史时期,成功整合了红头军的军事传统,并将其转化为一支可正式招募或获得加成的特色部队,从而增强了国家的军事能力。

完整事件代码

flavor_ira.25 = {
	type = country_event
	title = flavor_ira.25.title
	desc = flavor_ira.25.desc
	trigger = {
		has_advance = ira_the_qizilbash
		current_age_or_later = { age = age_4_reformation }
		NOT = { has_unlocked_unit_trigger = { type = a_reformation_qizilbash } }
	}
	
	illustration_tags = {
        10 = regular
        10 = exterior
    }
	
	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
	}
	
	option = {
		name = flavor_ira.25.a
		unlock_unit_effect = { type = a_reformation_qizilbash }
	}
}