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_mor_maghrebi_wars.1002] 摩洛哥继承危机

时间范围
事件为一次性触发,无固定时间范围。

触发条件

  • 事件为一次性触发(fire_only_once = yes)。
  • 事件通过游戏机制触发,无明确trigger字段。

关键效果

  • 选项 Aflavor_mor_maghrebi_wars.1002.a):
    无具体效果描述,仅提供选项文本。

背景介绍
该事件模拟了摩洛哥地区在特定历史时期可能出现的继承危机。当统治者去世后,国家面临权力真空,贵族与军队可能介入继承过程,引发内部动荡或外部干预。事件通过展示贵族(前景)与士兵(背景)的插图,强调继承问题中军事与精英阶层的关键角色。

完整事件代码

flavor_mor_maghrebi_wars.1002 = { #"The [ROOT.GetCountry.GetAdjectiveWithNoTooltip] succesion"
	type = country_event
	title = flavor_mor_maghrebi_wars.1002.title
	desc = flavor_mor_maghrebi_wars.1002.desc
	
	fire_only_once = yes
	
	illustration_tags = {
		10 = angry
		10 = exterior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:nobles background = pop_type:soldiers }
		
		character:tun_abu_l_abbas_ahmad = {
			save_scope_as = dead_ruler_scope
		}
	}

	option = {
		name = flavor_mor_maghrebi_wars.1002.a
	}
}