[flavor_mam.43] 根除基督教
时间范围
1350.1.1 - 1800.1.1,每月 1% 概率触发。
触发条件
- 国家宗教为 逊尼派 (Sunni)。
- 国家内存在 东正教 (Orthodox)、基督一性论派 (Miaphysite) 和 聂斯托利派 (Nestorianism) 的信仰人口。
- 在 黎凡特地区 (levant_area) 中,至少有 20 个地点由 马穆鲁克 (MAM) 控制。
关键效果
选项 A (历史选项)
- 稳定度: 大幅下降 (
stability_severe_penalty)。 - 人口转换: 在黎凡特地区,所有非逊尼派人口中,有 25% 的人口分裂出来并改信逊尼派。
- 阶层满意度:
- 神职人员阶层 (clergy_estate): 大幅提升 (
estate_satisfaction_severe_bonus)。 - 齐米阶层 (dhimmi_estate): 大幅下降 (
estate_satisfaction_severe_penalty)。
- 神职人员阶层 (clergy_estate): 大幅提升 (
选项 B
- 稳定度: 轻微下降 (
stability_mild_penalty)。 - 人口转换: 在黎凡特地区,所有非逊尼派人口中,有 10% 的人口分裂出来并改信逊尼派。
- 阶层满意度:
- 神职人员阶层 (clergy_estate): 轻微提升 (
estate_satisfaction_mild_bonus)。 - 齐米阶层 (dhimmi_estate): 轻微下降 (
estate_satisfaction_mild_penalty)。
- 神职人员阶层 (clergy_estate): 轻微提升 (
选项 C
- 稳定度: 轻微提升 (
stability_mild_bonus)。 - 阶层满意度:
- 神职人员阶层 (clergy_estate): 大幅下降 (
estate_satisfaction_severe_penalty)。 - 齐米阶层 (dhimmi_estate): 大幅提升 (
estate_satisfaction_severe_bonus)。
- 神职人员阶层 (clergy_estate): 大幅下降 (
背景介绍
作为逊尼派伊斯兰世界的统治者,马穆鲁克苏丹国面临着境内基督教少数群体的持续存在。这些群体,包括东正教、基督一性论派和聂斯托利派,在黎凡特地区拥有深厚的历史根基。苏丹国需要决定如何处理这些“受保护民”(齐米)的地位,是采取强硬措施推动其皈依,还是维持现状以换取税收和社会稳定。这一决策将深刻影响国家的宗教格局、内部稳定以及不同社会阶层(特别是伊斯兰神职人员与基督教齐米社群)对中央政权的态度。
完整事件代码
flavor_mam.43 = { #Uprooting Christianity
type = country_event
title = flavor_mam.43.title
desc = flavor_mam.43.desc
fire_only_once = yes
historical_info = flavor_mam.43.historical_info
dynamic_historical_event = {
tag = MAM
from = 1350.1.1
to = 1800.1.1
monthly_chance = 1
}
illustration_tags = {
10 = angry
10 = exterior
}
trigger = {
religion = religion:sunni
"religion_percentage_in_country(religion:orthodox)" > 0
"religion_percentage_in_country(religion:miaphysite)" > 0
"religion_percentage_in_country(religion:nestorianism)" > 0
area:levant_area = {
any_location_in_area = {
count > 20
owner ?= c:MAM
}
}
}
immediate = {
random_pop = {
limit = {
religion.group = religion_group:christian
pop_type = pop_type:clergy
}
save_scope_as = target_pop_bckg
}
random_pop = {
limit = {
religion.group = religion_group:muslim
pop_type = pop_type:peasants
}
save_scope_as = target_pop_frg
}
}
option = {
name = flavor_mam.43.a
historical_option = yes
add_stability = stability_severe_penalty
custom_tooltip = {
text = flavor_mam.43.a.tt
every_owned_location = {
limit = {
area = area:levant_area
}
every_pop = {
limit = {
owner = root
NOT = { religion = religion:sunni }
}
split_pop = {
fraction = 0.25
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.43.b
add_stability = stability_mild_penalty
custom_tooltip = {
text = flavor_mam.43.b.tt
every_owned_location = {
limit = {
area = area:levant_area
}
every_pop = {
limit = {
NOT = { religion = religion:sunni }
}
split_pop = {
fraction = 0.10
religion = religion:sunni
}
}
}
}
add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
add_estate_satisfaction = { type = estate_type:dhimmi_estate value = estate_satisfaction_mild_penalty }
}
option = {
name = flavor_mam.43.c
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 }
}
}