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_mam.44 科普特人皈依

时间范围:1300.1.1 - 1800.1.1,每月 1% 概率

触发条件

  • 国家宗教为逊尼派 (religion = religion:sunni)。
  • 国内存在米亚菲派(科普特派)人口 ("religion_percentage_in_country(religion:miaphysite)" > 0)。
  • 下埃及地区 (area:lower_egypt_area) 中,至少有 15 个地点存在所有者,且所有者为马穆鲁克苏丹国 (owner = c:MAM)。

关键效果

  • 选项 A (历史选项)
    • 增加严重稳定性惩罚 (add_stability = stability_severe_penalty)。
    • 在下埃及地区所有地点,将 20% 的米亚菲派人口转换为逊尼派 (split_pop = { fraction = 0.2 religion = religion:sunni })。
    • 教士阶层满意度大幅增加 (add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_severe_bonus })。
    • 齐米阶层满意度大幅降低 (add_estate_satisfaction = { type = estate_type:dhimmi_estate value = estate_satisfaction_severe_penalty })。
  • 选项 B
    • 增加轻微稳定性奖励 (add_stability = stability_mild_bonus)。
    • 教士阶层满意度大幅降低 (add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_severe_penalty })。
    • 齐米阶层满意度大幅增加 (add_estate_satisfaction = { type = estate_type:dhimmi_estate value = estate_satisfaction_severe_bonus })。

背景介绍: 该事件反映了马穆鲁克苏丹国统治下埃及地区逊尼派穆斯林与科普特派基督徒(游戏内为米亚菲派)之间的宗教张力。作为逊尼派政权,马穆鲁克统治者面临着如何处理其治下庞大且历史悠久的科普特基督徒社区的问题。历史选项代表了国家推动宗教同化的政策,通过强制皈依来强化逊尼派的统治地位,但这会引发社会动荡并激化与受保护的非穆斯林社群(齐米)的矛盾。另一个选项则代表了采取更宽容的政策,维持现状以换取社会稳定,但这可能招致国内正统宗教势力的不满。

完整事件代码

flavor_mam.44 = { #Converting the Copts
	type = country_event
	title = flavor_mam.44.title
	desc = flavor_mam.44.desc

	fire_only_once = yes

	historical_info = flavor_mam.44.historical_info

	dynamic_historical_event = {
		tag = MAM
		from = 1300.1.1
		to = 1800.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	trigger = {
		religion = religion:sunni
		"religion_percentage_in_country(religion:miaphysite)" > 0
		area:lower_egypt_area = {
			any_location_in_area = {
				count > 15
				exists = owner
				owner = c:MAM
			}
		}
	}

	immediate = {
		random_pop  = { 
			limit = { 
				religion.group = religion_group:christian#miaphysite
				pop_type = pop_type:clergy
			}
			save_scope_as = target_pop_bckg
		}
		random_pop  = { 
			limit = { 
				religion.group = religion_group:muslim#miaphysite
				pop_type = pop_type:peasants
			}
			save_scope_as = target_pop_frg
		}
	}

	option = {
		name = flavor_mam.44.a
		historical_option = yes
		add_stability = stability_severe_penalty
		custom_tooltip = {
			text = flavor_mam.44.a.tt
			every_owned_location = {
				limit = {
					area = area:lower_egypt_area
				}
				every_pop = {
					limit = {
						religion = religion:miaphysite
					}
					split_pop = {
						fraction = 0.2
						religion = religion:sunni
					}
				}
			}
		}
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_severe_bonus }
		add_estate_satisfaction = { type = estate_type:dhimmi_estate value = estate_satisfaction_severe_penalty }
	}

	option = {
		name = flavor_mam.44.b
		add_stability = stability_mild_bonus
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_severe_penalty }
		add_estate_satisfaction = { type = estate_type:dhimmi_estate value = estate_satisfaction_severe_bonus }
	}
}