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_tur.204] 废除哈里发

时间范围
无具体日期限制(fromto 未定义),事件触发后仅发生一次(fire_only_once = yes)。

触发条件

  • 国家宗教属于穆斯林宗教组(religion.group = religion_group:muslim
  • 国家拥有开罗地区(owns = location:cairo
  • 国家标签为奥斯曼帝国(tag = TUR

关键效果

  • 选项 A(废除哈里发)

    • 增加大量正统性(add_legitimacy = legitimacy_extreme_bonus
    • 所有穆斯林人口获得少量满意度提升(every_popadd_pop_satisfaction = pop_satisfaction_weak_bonus
  • 选项 B

    • 社会价值观向“法学”方向偏移(change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_move_to_right }
    • 教士阶层获得大量满意度提升(add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_extreme_bonus }

背景介绍
该事件模拟了奥斯曼帝国在征服埃及后,面对如何处理当地哈里发(伊斯兰宗教领袖)地位的政治抉择。选项涉及是否废除哈里发以巩固帝国权威,或通过调整宗教政策来安抚国内教士阶层与穆斯林民众,反映了奥斯曼帝国对宗教与政治权力的平衡策略。

完整事件代码

flavor_tur.204 = {
	type = country_event
	title = flavor_tur.204.title
	desc = flavor_tur.204.desc

	trigger = {
		religion.group = religion_group:muslim
		owns = location:cairo
		tag = TUR
	}

	fire_only_once = yes

	immediate = {
		ruler_or_regent ?= {
			save_scope_as = target_character
		}
	}

	option = { #Rid the Caliph
		name = flavor_tur.204.a

		add_legitimacy = legitimacy_extreme_bonus

		custom_tooltip = {
			text = tur_all_muslim_pops_gain_satisfaction
			every_pop = {
				limit = {
					religion.group = religion_group:muslim
				}
				add_pop_satisfaction = pop_satisfaction_weak_bonus
			}
		}
	}

	option = {
		name = flavor_tur.204.b

		change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_move_to_right }

		add_estate_satisfaction = {
			type = estate_type:clergy_estate
			value = estate_satisfaction_extreme_bonus
		}
	}
}