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_kbo.17 沙里亚法在[ROOT.GetCountry.GetNameWithNoTooltip]

时间范围

1444.1.1 - 1500.12.30,每月 1% 概率触发

触发条件

  • 国家宗教属于穆斯林宗教组 (religion.group = religion_group:muslim)
  • 未处于战争状态 (at_war = no)
  • 已启用“沙里亚法”政策 (has_policy = sharia_law_policy)

关键效果

选项 A (flavor_kbo.17.a)

  • 稳定性小幅下降 (add_stability = stability_mild_penalty)
  • 社会价值观向“传统主义”方向移动 (change_societal_value 移向左侧)
  • 教士阶层满意度大幅提升 (add_estate_satisfaction 极端增益)
  • 启用“沙里亚法庭”内阁行动 (set_variable = enable_sharia_courts_cabinet_action_variable)

选项 B (flavor_kbo.17.b)

  • 稳定性小幅提升 (add_stability = stability_mild_bonus)
  • 社会价值观向“创新”方向移动 (change_societal_value 移向右侧)
  • 教士阶层满意度小幅下降 (add_estate_satisfaction 轻度惩罚)

背景介绍

在1444年至1500年间,部分已采纳沙里亚法作为国家政策的穆斯林国家,面临着如何进一步深化宗教法治理的抉择。此事件反映了统治阶层在强化传统宗教法律体系与维持一定世俗灵活性之间的权衡。选择强化沙里亚法将巩固教士阶层的支持并塑造更传统的社会,但可能牺牲部分稳定性;而选择保持现状则能维持稳定并促进社会创新,但会引起教士阶层的不满。

完整事件代码

flavor_kbo.17 = { #$sharia$ in [ROOT.GetCountry.GetNameWithNoTooltip]
	hide_portraits = yes
	type = country_event
	title = flavor_kbo.17.title
	desc = flavor_kbo.17.desc 

	dynamic_historical_event = {
		tag = KBO
		from = 1444.1.1
		to = 1500.12.30
		monthly_chance = 1
	}
	fire_only_once = yes

	trigger = {
		religion.group = religion_group:muslim
		at_war = no 
		has_policy = sharia_law_policy
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		capital = { save_scope_as = target_location }
		ruler ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_kbo.17.a 
		
		add_stability = stability_mild_penalty
		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_left
		}
		add_estate_satisfaction = { type = estate_type:clergy_estate
			value = estate_satisfaction_extreme_bonus
		}
		custom_tooltip = kbo_enable_sharia_courts_cabinet_action_tt
		set_variable = enable_sharia_courts_cabinet_action_variable
	}

	option = {
		name = flavor_kbo.17.b 

		add_stability = stability_mild_bonus
		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_right
		}
		add_estate_satisfaction = { type = estate_type:clergy_estate
			value = estate_satisfaction_mild_penalty
		}
	}
}