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.16 杰拉里叛乱

时间范围:1500.1.1 - 1540.1.1 (每月 15% 概率)

触发条件

  • 国家宗教为什叶派的人口比例大于 0%。
  • 拥有至少一个位于安纳托利亚地区且主流宗教为什叶派的省份。

关键效果

  • 选项 A (历史选项)

    • 触发自定义提示文本 celali_uprising_joining
    • 效果:所有位于安纳托利亚地区、且宗教为什叶派的人口,其满意度将遭受“终极惩罚”级别的降低,并且其效忠对象将转向名为 celali_uprising 的叛军。
    • 国家稳定性遭受“极端惩罚”级别的降低。
    • (隐藏效果)名为 sheikh_celal 的角色将被静默处决。
  • 选项 B

    • 触发自定义提示文本 celal_available.tt
    • 效果:摧毁名为 celali_uprising 的叛军。
    • 政府权力遭受“弱惩罚”级别的降低。
    • 社会价值观发生以下变化:
      • serfdom_vs_free_subjects (农奴制 vs 自由民) 向右移动。
      • centralization_vs_decentralization (中央集权 vs 地方分权) 向右移动。
      • belligerent_vs_conciliatory (好战 vs 和解) 向右移动。

背景介绍: 该事件模拟了奥斯曼帝国历史上著名的“杰拉里叛乱”。在16世纪初,安纳托利亚地区因宗教、经济和社会矛盾,爆发了由什叶派信徒(主要是土库曼部落民)领导的大规模叛乱。叛乱领袖谢赫·杰拉勒自称马赫迪(救世主),其追随者被称为“杰拉里”。这场叛乱严重动摇了奥斯曼帝国在安纳托利亚的统治,迫使苏丹塞利姆一世采取严厉的军事镇压。事件反映了帝国早期面临的内部宗教派系冲突与中央集权统治的挑战。

完整事件代码

flavor_tur.16 = {
	hide_portraits = yes
	type = country_event
	title = flavor_tur.16.title
	desc = flavor_tur.16.desc


	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1500.1.1
		to = 1540.1.1
		monthly_chance = 15
	}


	trigger = {
		"religion_percentage_in_country(religion:shia)" > 0
		any_owned_location = {
			region = region:anatolia_region
			dominant_religion = religion:shia
		}

	}

	immediate = {
		create_rebel = {
			category = religious
			religion = religion:shia
			name = celali_uprising
			save_scope_as = celali_uprising
		}

		create_character = {
			first_name = name_jalal
			adm = 30
			dip = 80
			mil = 65
			female = no
			culture = culture:turkish_culture
			religion = religion:shia
			estate = estate_type:clergy_estate
			birth_location = location:bozok
			birth_date = 1475
			add_trait = trait:scholar
			script = tur_sheikh_celal
			save_scope_as = sheikh_celal
		}

	}

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

		custom_tooltip = {
			text = celali_uprising_joining
			every_owned_location = {
				limit = {
					region = region:anatolia_region
				}
				every_pop = {
					limit = {
						owner = root
						religion = religion:shia
					}
					add_pop_satisfaction = pop_satisfaction_ultimate_penalty
					change_pop_allegiance = scope:celali_uprising
				}
			}
		}

		add_stability = stability_extreme_penalty

		hidden_effect = {
   			kill_character_silently = scope:sheikh_celal
  		}
	}
	option = {

		custom_tooltip = celal_available.tt

		name = flavor_tur.16.b
		destroy_rebel = scope:celali_uprising
		add_government_power = government_power_weak_penalty
		change_societal_value = { type = serfdom_vs_free_subjects value = societal_value_move_to_right }
		change_societal_value = { type = centralization_vs_decentralization value = societal_value_move_to_right }
		change_societal_value = { type = belligerent_vs_conciliatory value = societal_value_move_to_right }

	}
}