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.35] 伊萨维教团成立

时间范围
1450.1.1 - 1821.1.1(每月 2% 概率)

触发条件

  • 国家宗教属于穆斯林宗教组(religion.group = religion_group:muslim

关键效果

  • 选项 Aflavor_mor.35.a):
    解锁伊萨维教团(custom_tooltip = mor_unlock_isawiyya_school_tt

  • 选项 Bflavor_mor.35.b):

    • 社会价值观向“神秘主义”方向移动(change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_move_to_left }
    • 设置国教教法学派为伊萨维学派(set_religious_school = religious_school:isawiyya_school
    • 解锁伊萨维教团(custom_tooltip = mor_unlock_isawiyya_school_tt

背景介绍
该事件模拟了摩洛哥地区伊斯兰苏菲教团——伊萨维教团的兴起。伊萨维教团由穆罕默德·本·伊萨(Muhammad ibn Isa)于15世纪末创立,是马格里布地区重要的苏菲教团之一,强调神秘主义修行与宗教虔诚,对当地社会、文化与宗教生活产生了深远影响。

完整事件代码

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

	dynamic_historical_event = {
		tag = MOR
		from = 1450.1.1
		to = 1821.1.1
		monthly_chance = 2
	}
	fire_only_once = yes

	illustration_tags = {
		10 = exterior
		10 = regular
	}

	trigger = {
		religion.group = religion_group:muslim
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		set_global_variable = isawiyya_founded
	}

	option = {
		name = flavor_mor.35.a

		custom_tooltip = mor_unlock_isawiyya_school_tt
	}

	option = {
		name = flavor_mor.35.b

change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_move_to_left }
		set_religious_school = religious_school:isawiyya_school

		custom_tooltip = mor_unlock_isawiyya_school_tt
	}
}