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.30 阿布·马利克·阿卜杜勒·瓦希德之死

时间范围

  • 事件窗口:1337年1月1日 - 1380年1月1日
  • 触发概率:每月 5% 概率

触发条件

  • 国家处于战争状态 (at_war = yes)。
  • 人物 mor_abu_malik_abd_al_wahid 存活 (is_alive = yes)。
  • 该人物必须是一名将军或一名海军将领 (is_general = yesis_admiral = yes)。

关键效果

选项 A (历史选项)

  • 增加少量稳定性惩罚 (add_stability = stability_weak_penalty)。
  • 增加少量陆军传统 (add_army_tradition = army_tradition_weak_bonus)。

选项 B

  • 损失大量金钱 (change_gold_effect = { scale = -2 })。
  • 社会价值观向“灵性主义”方向移动 (change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_left })。
  • 社会价值观向“神秘主义”方向轻微移动 (change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_tiny_move_to_right })。
  • 增加少量陆军传统 (add_army_tradition = army_tradition_weak_bonus)。

背景介绍

此事件模拟了摩洛哥马林王朝时期,重要军事指挥官阿布·马利克·阿卜杜勒·瓦希德在战争期间阵亡的情况。他的死亡对国家稳定和军事传统产生了直接影响,并可能引发不同的社会反应。选项A代表了接受这一损失并试图稳定军心,选项B则反映了通过举办盛大葬礼和宗教仪式来纪念这位将领,从而强化社会中的灵性与神秘主义倾向。

完整事件代码

flavor_mor.30 = { #GRAVEYARD
	type = country_event

	title = flavor_mor.30.title
	desc = flavor_mor.30.desc
	historical_info = flavor_mor.30.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = MOR
		from = 1337.1.1
		to = 1380.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	trigger = {
		at_war = yes
		character:mor_abu_malik_abd_al_wahid = {
			is_alive = yes
			OR = {
				is_general = yes
				is_admiral = yes
			}
		}
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		character:mor_abu_malik_abd_al_wahid = {
			save_scope_as = heir_scope
		}
		kill_character = scope:heir_scope
	}

	option = {
		name = flavor_mor.30.a
		historical_option = yes

		add_stability = stability_weak_penalty
		add_army_tradition = army_tradition_weak_bonus
	}

	option = {
		name = flavor_mor.30.b
		change_gold_effect = { scale = -2 }
		change_societal_value = {
			type = spiritualist_vs_humanist
			value = societal_value_move_to_left
		}
		change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_tiny_move_to_right }
		add_army_tradition = army_tradition_weak_bonus
	}
}