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.1003] 摩洛哥继承

时间范围

  • 事件窗口:无具体起止日期限制(fromto 字段未定义)
  • 触发概率:无每月概率(monthly_chance 字段未定义)

触发条件

  • 唯一触发:该事件在整个游戏进程中仅能发生一次(fire_only_once = yes
  • 触发方式:由游戏内其他机制或条件触发,代码中未定义明确的 trigger 字段

关键效果

  • 选项A
    • 名称flavor_mor_maghrebi_wars.1003.a
    • 效果:代码中未定义具体效果(option 字段内无效果指令)

背景介绍

此事件标志着摩洛哥(或一个使用摩洛哥相关文化/标签的国家)统治者的更迭。事件标题暗示了“[国家形容词]继承”的成功,表明王位或领导权平稳过渡。事件描述(desc)应会提供关于前任统治者去世(代码中关联了人物 tun_abu_l_abbas_ahmad)以及新继任者背景的更多细节,这通常是北非马格里布地区内部战争与权力斗争历史背景下的一个关键节点。

完整事件代码

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

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		
		character:tun_abu_l_abbas_ahmad = {
			save_scope_as = dead_ruler_scope
		}
	}

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