flavor_tur.127 卡迪扎德运动
时间范围:1620.1.1 - 1657.1.1(每月 15% 概率)
触发条件:
- 国家拥有统治者。
- 统治者的宗教 不是 逊尼派。
- 国家的宗教组是穆斯林。
关键效果:
- 选项 A (历史选项):
- 获得少量威望。
- 贵族阶层与教士阶层的满意度获得少量提升。
- 国家稳定度遭受严重惩罚。
- (隐藏效果)处决卡迪扎德人物。
- 选项 B:
- 卡迪扎德人物加入本国。
- 社会价值观“传统主义 vs 创新”大幅向左(传统主义)移动。
- 社会价值观“贵族政治 vs 财阀政治”小幅向右(财阀政治)移动。
- 主流文化遭受严重的文化传统惩罚。
- 社会价值观“神秘主义 vs 法理学”向右(法理学)移动。
背景介绍: 卡迪扎德运动是17世纪奥斯曼帝国一场重要的宗教与社会改革运动,由穆罕默德·卡迪扎德领导。该运动主张回归早期伊斯兰教的纯洁性,反对苏菲主义等“创新”行为,并批评帝国统治阶层的道德堕落。运动在1620至1657年间达到顶峰,对帝国的宗教政策、社会价值观和统治阶层关系产生了深远影响,反映了当时奥斯曼社会内部传统与变革之间的激烈冲突。
完整事件代码:
flavor_tur.127 = { #The Kadızade Movement
hide_portraits = yes
type = country_event
title = flavor_tur.127.title
desc = flavor_tur.127.desc
historical_info = flavor_tur.127.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = TUR
from = 1620.1.1
to = 1657.1.1
monthly_chance = 15
}
trigger = {
has_ruler = yes
ruler.religion != religion:sunni
religion.group = religion_group:muslim
}
immediate = {
capital = {
save_scope_as = capital_location
}
ruler = {
save_scope_as = target_ruler
}
create_character = {
first_name = name_muhammad
last_name = nick_kadizade
adm = 40
dip = 85
mil = 35
female = no
culture = culture:turkish_culture
religion = religion:sunni
estate = estate_type:clergy_estate
birth_location = location:balikesir
birth_date = 1582
add_trait = trait:scholar
script = tur_kadizade
save_scope_as = kadizade
create_in_limbo = yes
}
}
option = {
name = flavor_tur.127.a
historical_option = yes
add_prestige = prestige_mild_bonus
add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
add_stability = stability_severe_penalty
hidden_effect = {
kill_character_silently = scope:kadizade
}
}
option = {
name = flavor_tur.127.b
scope:kadizade = { move_country = root }
change_societal_value = { type = traditionalist_vs_innovative value = societal_value_large_move_to_left }
change_societal_value = { type = aristocracy_vs_plutocracy value = societal_value_minor_move_to_right }
culture = {
add_cultural_tradition = cultural_tradition_severe_penalty
}
change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_move_to_right }
}
}