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_son.7 推行沙里亚法

时间范围:1470.1.1 - 1550.1.1,每月 5% 概率触发

触发条件

  • 国家宗教属于穆斯林宗教组
  • 已接纳“律法主义”制度
  • 未启用“沙里亚法”政策

关键效果

  • 选项 A (flavor_son.7.a)

    • 启用“沙里亚法”政策
    • 教士阶层满意度获得小幅提升
    • 社会价值观向“法学”方向轻微偏移
  • 选项 B (flavor_son.7.b)

    • 所有非穆斯林人口满意度获得极大提升

背景介绍: 在桑海帝国(Songhai)的扩张与巩固时期,统治者面临着如何治理一个庞大且宗教多元的帝国的挑战。随着律法主义制度的建立,国家治理体系趋于成熟,是否将伊斯兰教法(沙里亚法)作为国家正式法律体系的核心,成为一个关键决策。这一选择将深刻影响帝国境内穆斯林教士阶层与其他宗教群体的关系,以及社会整体的价值导向。

完整事件代码

flavor_son.7 = {
	type = country_event
	title = flavor_son.7.title
	desc = flavor_son.7.desc

	illustration_tags = {
		10 = regular
		10 = interior
	}

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SON
		from = 1470.1.1
		to = 1550.1.1
		monthly_chance = 5
	}

	trigger = {
		religion.group = religion_group:muslim
		has_embraced_institution = institution:legalism
		NOT = { has_policy = sharia_law_policy }
	}

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

		ruler_or_regent ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_son.7.a

		add_policy = policy:sharia_law_policy

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

		change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_tiny_move_to_right }
	}

	option = {
		name = flavor_son.7.b

		custom_tooltip = {
			text = son_all_non_muslim_pops_gain_satisfaction_tt
			every_owned_location = {
				limit = {
					any_pop = {
						NOT = { religion = root.religion }
					}
				}
				every_pop = {
					limit = {
						owner = root
						NOT = { religion = root.religion }
					}
					add_pop_satisfaction = pop_satisfaction_ultimate_bonus
				}
			}
		}
	}
}