flavor_tur.29 苏菲派的影响
时间范围:1337.1.1 - 1437.1.1(每月 1% 概率)
触发条件:
- 国家宗教属于穆斯林宗教组 (
religion.group = religion_group:muslim) - 国家拥有苏菲主义 (
country_has_sufism = yes)
关键效果:
- 选项 A (历史选项):
- 获得国家修正
courting_dervishes_modifier,持续20年(替换模式)。 - 教士阶层满意度大幅下降 (
estate_satisfaction_extreme_penalty)。 - 获得少量政府力量 (
government_power_weak_bonus)。 - 若首都尚未拥有至少1级的苏菲道堂 (
sufi_lodge),则在首都建造一座苏菲道堂。
- 获得国家修正
- 选项 B:
- 教士阶层满意度小幅提升 (
estate_satisfaction_mild_bonus)。 - 获得少量稳定度 (
stability_weak_bonus)。
- 教士阶层满意度小幅提升 (
背景介绍: 在奥斯曼帝国早期,苏菲派神秘主义在安纳托利亚地区的社会、文化和宗教生活中扮演了重要角色。苏菲教团(如梅夫拉维教团、贝克塔什教团)不仅吸引了大量信众,其谢赫(精神导师)也常与政治权力中心互动。统治者对苏菲派的态度——是拉拢其影响力还是保持距离——可能对国家的宗教政策、社会稳定和统治合法性产生深远影响。
完整事件代码:
flavor_tur.29 = {
type = country_event
title = flavor_tur.29.title
desc = flavor_tur.29.desc
fire_only_once = yes
historical_info = flavor_tur.29.historical_info
dynamic_historical_event = {
tag = TUR
from = 1337.1.1
to = 1437.1.1
monthly_chance = 1
}
trigger = {
religion.group = religion_group:muslim
country_has_sufism = yes
}
immediate = {
if = {
limit = {
religious_school ?= { is_sufi_school = yes }
}
religious_school = { save_scope_as = target_school_scope }
}
else = {
random_invited_religious_figure = {
limit = {
religious_school = { is_sufi_school = yes }
}
save_scope_as = target_school_scope
}
}
}
option = {
name = flavor_tur.29.a
historical_option = yes
add_country_modifier = {
modifier = courting_dervishes_modifier
years = 20
mode = replace
}
add_estate_satisfaction = {
type = estate_type:clergy_estate
value = estate_satisfaction_extreme_penalty
}
add_government_power = government_power_weak_bonus
capital ?= {
if = {
limit = {
NOT = { has_building_with_at_least_one_level = sufi_lodge }
}
construct_building = { building_type = building_type:sufi_lodge }
}
}
}
option = {
name = flavor_tur.29.b
add_estate_satisfaction = {
type = estate_type:clergy_estate
value = estate_satisfaction_mild_bonus
}
add_stability = stability_weak_bonus
}
}