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_mam.75] 朝觐护卫归来

时间范围

  • 事件无固定 fromto 日期限制,可在满足触发条件时发生。
  • 触发概率:未指定 monthly_chance,为条件满足时触发。

触发条件

  • 国家宗教组为穆斯林 (religion.group = religion_group:muslim)。
  • 国家拥有变量 mamluk_amir_al_hajj
  • 该变量指向的人物必须存活 (is_alive = yes) 且其所有者是当前国家 (owner = root)。

关键效果

选项:flavor_mam.75.a

  • 增加少量威望 (add_prestige = prestige_mild_bonus)。
  • 增加少量正统性 (add_legitimacy = legitimacy_mild_bonus)。
  • 社会价值观向“法学”方向轻微移动 (change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_tiny_move_to_right })。

背景介绍

此事件模拟了马穆鲁克苏丹国(或其他符合条件的穆斯林国家)中,一位被任命为“朝觐护卫长”(Amir al-Hajj)的重要人物成功完成护送朝圣者前往麦加的任务后归来的情景。他的归来被视为一项重要的国家成就,不仅提升了统治者的威望和合法性,也强化了国家在伊斯兰法学传统中的地位。

完整事件代码

flavor_mam.75 = {
	hide_portraits = yes
	type = country_event
	title = flavor_mam.75.title
	desc = flavor_mam.75.desc
	trigger = {
		religion.group = religion_group:muslim
		has_variable = mamluk_amir_al_hajj
		var:mamluk_amir_al_hajj ?= {
			is_alive = yes
			owner = root
		}
	}
	
	illustration_tags = {
		10 = happy
		10 = exterior
	}

	immediate = {
		ruler_or_regent ?= {
			save_scope_as = target_character
		}
		var:mamluk_amir_al_hajj = {
			save_scope_as = target_character2
		}
		event_illustration_government_estate_effect = yes
	}

	option = {
		name = flavor_mam.75.a
		add_prestige = prestige_mild_bonus
		add_legitimacy = legitimacy_mild_bonus
		change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_tiny_move_to_right }
	}
}