flavor_dlh.32 什叶派人口压力
时间范围:1350.1.1 - 1400.1.1(每月 2% 概率) 触发条件:
- 国家主流宗教 不是 什叶派。
- 国家境内存在什叶派人口(什叶派人口比例 > 0)。
- 国家主流宗教对什叶派的宗教观感 低于 中立。
关键效果:
-
选项 A:
- 境内 15% 的什叶派人口将皈依国家主流宗教。
- 所有皈依的什叶派人口将获得 极端不满。
- 国家稳定度 大幅下降。
-
选项 B:
- 教士阶层满意度 小幅提升。
- 国家稳定度 小幅提升。
背景介绍: 在14世纪中后期,一些非什叶派国家面临着境内什叶派少数群体的压力。统治者需要在安抚国内主流宗教势力与处理宗教少数派之间做出抉择。选择镇压可能导致人口皈依但引发不满,而选择宽容则可能安抚教士阶层并维持稳定。
完整事件代码:
flavor_dlh.32 = {
type = country_event
title = flavor_dlh.32.title
desc = flavor_dlh.32.desc
illustration_tags = {
10 = exterior
10 = regular
}
dynamic_historical_event = {
tag = DLH
from = 1350.1.1
to = 1400.1.1
monthly_chance = 2
}
fire_only_once = yes
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
}
trigger = {
religion != religion:shia
"religion_percentage_in_country(religion:shia)" > 0
root.religion = {
religious_view = {
target = religion:shia
value < neutral
}
}
}
option = {
name = flavor_dlh.32.a
custom_tooltip = {
text = dlh_15_percent_of_shia_pops_convert_to_root_religion_tt
every_owned_location = {
limit = {
any_pop = {
religion = religion:shia
}
}
every_pop = {
limit = {
owner = root
religion = religion:shia
}
split_pop = {
fraction = 0.15
religion = root.religion
}
add_pop_satisfaction = pop_satisfaction_extreme_penalty
}
}
}
add_stability = stability_extreme_penalty
}
option = {
name = flavor_dlh.32.b
add_estate_satisfaction = {
type = estate_type:clergy_estate
value = estate_satisfaction_mild_bonus
}
add_stability = stability_mild_bonus
}
}