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.24 苏菲派圣人西迪·艾哈迈德·乌·穆萨登场

时间范围

1485.1.1 - 1563.1.1,每月有 1% 的概率触发。

触发条件

  • 国家宗教属于 穆斯林宗教组
  • 国家拥有 提兹尼(Tidsi) 地区。
  • 国家 未处于战争状态

关键效果

选项 A:接受西迪·艾哈迈德·乌·穆萨

  • 将创建的人物 西迪·艾哈迈德·乌·穆萨 移动至本国。
  • 社会价值观 精神主义 vs 人文主义精神主义 方向移动。
  • 社会价值观 神秘主义 vs 律法主义神秘主义 方向轻微移动。
  • 设置隐藏变量 accepted_sidi_ahmed_ou_moussa_variable

选项 B:拒绝西迪·艾哈迈德·乌·穆萨

  • 静默处决 人物西迪·艾哈迈德·乌·穆萨。
  • 社会价值观 精神主义 vs 人文主义人文主义 方向移动。
  • 社会价值观 神秘主义 vs 律法主义律法主义 方向轻微移动。

背景介绍

在15世纪末至16世纪的摩洛哥,苏菲主义作为伊斯兰教的重要精神实践形式,在社会中扮演着关键角色。提兹尼地区被认为是苏菲派圣人西迪·艾哈迈德·乌·穆萨的出生地与活动中心。他的出现及其教义,对当地乃至整个国家的宗教氛围、社会价值观走向(是更倾向于神秘主义与精神追求,还是偏向于律法主义与人文理性)产生了深远影响。统治者的选择,将决定这位宗教人物及其所代表的思潮在国家中的地位。

完整事件代码

flavor_mor.24 = {
	type = country_event
	title = flavor_mor.24.title
	desc = flavor_mor.24.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = MOR
		from = 1485.1.1
		to = 1563.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	trigger = {
		religion.group = religion_group:muslim
		owns = location:tidsi
		at_war = no
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:peasants_estate }
		create_character = {
			first_name = name_sidi.name_ahmad
			last_name = ou_moussa
			birth_date = 1460.6.1
			birth_location = location:tidsi
			adm = { 25 90 }
			dip = { 25 90 }
			mil = { 25 90 }
			script = sidi_ahmed_ou_moussa_script
			save_scope_as = target_character
			estate = estate_type:clergy_estate
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_mor.24.a

		scope:target_character = { move_country = root }
		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_left }
		hidden_effect = {
			set_variable = accepted_sidi_ahmed_ou_moussa_variable
		}
	}

	option = {
		name = flavor_mor.24.b

   		kill_character_silently = scope:target_character
		change_societal_value = {
			type = spiritualist_vs_humanist
			value = societal_value_move_to_right
		}
		change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_tiny_move_to_right }
	}
}