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_tur.56 胡鲁菲耶派到来

时间范围:1390.1.1 - 1437.1.1 触发概率:每月 10% 概率

触发条件

  • 国家必须存在首都。
  • 首都必须拥有至少一个属于“神职人员”或“市民”阶层,且信仰逊尼派的人口。
  • 国家统治者不能是什叶派。
  • 国家宗教组必须是穆斯林。

关键效果

  • 选项 A (历史选项)
    • 在首都,10% 的逊尼派“市民”和“神职人员”人口将分裂并改信什叶派。
    • 静默处决事件创建的人物“伊玛丁·纳西米”。
    • 神职人员阶层满意度轻微下降。
  • 选项 B
    • 将人物“伊玛丁·纳西米”移入本国。
    • 在首都,25% 的逊尼派“市民”和20% 的逊尼派“神职人员”人口将分裂并改信什叶派。
    • 本国所有什叶派人口满意度轻微上升。
    • 神职人员阶层满意度极度下降。
  • 选项 C
    • 在首都,10% 的逊尼派“市民”人口将分裂并改信什叶派。
    • 本国所有什叶派人口满意度轻微下降。
    • 静默处决事件创建的人物“伊玛丁·纳西米”。
    • 移除变量 hurufiyya
    • 神职人员阶层满意度轻微上升。

背景介绍: 胡鲁菲耶派是14世纪末至15世纪初在波斯地区兴起的一个什叶派苏菲主义神秘教派,其教义强调字母和数字的神秘意义。该教派的代表人物、诗人伊玛丁·纳西米因其思想被视为异端,最终在阿勒颇被处决。此事件模拟了该教派思想在奥斯曼帝国早期可能产生的影响,以及统治者面对这种非主流宗教思潮时的不同选择。

完整事件代码

flavor_tur.56 = { #The Hurufiyya Arrives
	type = country_event
	title = flavor_tur.56.title
	desc = flavor_tur.56.desc


	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1390.1.1
		to = 1437.1.1
		monthly_chance = 10
	}

	historical_info = flavor_tur.56.historical_info

	trigger = {

		exists = capital

		any_owned_location = {
			is_capital = yes
			any_pop = {
				religion = religion:sunni
				OR = {
					pop_type = pop_type:clergy
					pop_type = pop_type:burghers
				}
			}
		}

		ruler = {
			NOT = {
				religion = religion:shia
			}
		}

		religion.group = religion_group:muslim
	}

	immediate = {

		random_owned_location = {
			limit = {
				is_capital = yes
				any_pop = {
					religion = religion:sunni
					OR = {
						pop_type = pop_type:clergy
						pop_type = pop_type:burghers
					}
				}
			}
			save_scope_as = capital_location
		}

		create_character = {
			first_name = Immadin
			last_name = Nasimi
			adm = 70
			dip = 90
			mil = 30
			birth_date = 1369
			birth_location = location:tabriz
			culture = culture:farsi_culture
			religion = religion:shia
			estate = estate_type:clergy_estate
			script = tur_immadin_nasimi
			save_scope_as = hurufiyya_character
			create_in_limbo = yes
		}

		set_variable = { name = hurufiyya value = 1 }
	}

	option = {
		name = flavor_tur.56.a
		historical_option = yes

		scope:capital_location = {
			every_pop = {
				limit = {
					religion = religion:sunni
					pop_type = pop_type:burghers
				}
				split_pop = {
					fraction = 0.1
					religion = religion:shia
				}
			}
			every_pop = {
				limit = {
					religion = religion:sunni
					pop_type = pop_type:clergy
				}
				split_pop = {
					fraction = 0.1
					religion = religion:shia
				}
			}
		}

   		kill_character_silently = scope:hurufiyya_character
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_penalty }
	}

	option = {
		name = flavor_tur.56.b

		scope:hurufiyya_character = {
			move_country = root
		}

		scope:capital_location = {
			every_pop = {
				limit = {
					religion = religion:sunni
					pop_type = pop_type:burghers
				}
				split_pop = {
					fraction = 0.25
					religion = religion:shia
				}
			}
			every_pop = {
				limit = {
					religion = religion:sunni
					pop_type = pop_type:clergy
				}
				split_pop = {
					fraction = 0.2
					religion = religion:shia
				}
			}
		}

		custom_tooltip = {
			text =  flavor_tur.56.b.tt
			every_owned_location = {
				every_pop = {
					limit = {
						owner = root
						religion = religion:shia
					}
					add_pop_satisfaction = pop_satisfaction_mild_bonus
				}
			}
		}

		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_extreme_penalty }
	}

	option = {
		name = flavor_tur.56.c

		scope:capital_location = {
			every_pop = {
				limit = {
					religion = religion:sunni
					pop_type = pop_type:burghers
				}
				split_pop = {
					fraction = 0.1
					religion = religion:shia
				}
			}
		}

		custom_tooltip = {
			text =  flavor_tur.56.c.tt
			every_owned_location = {
				every_pop = {
					limit = {
						owner = root
						religion = religion:shia
					}
					add_pop_satisfaction = pop_satisfaction_mild_penalty
				}
			}
		}

		hidden_effect = {
			kill_character_silently = scope:hurufiyya_character
		}

		remove_variable = hurufiyya

		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
	}
}