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.207 什叶派与库尔德人动荡

时间范围:1500.1.1 - 1600.1.1,每月 2% 概率触发

触发条件

  • 国家内什叶派 (shia) 或伊巴德派 (ibadi) 宗教人口比例大于 0%。
  • 国家内库尔德文化 (kurdish_culture) 人口比例大于 0%。
  • 厌战度大于 5。
  • 处于战争状态。

关键效果

  • 选项flavor_tur.207.a
    • 效果:对国内所有什叶派、伊巴德派或库尔德文化的人口施加 pop_satisfaction_weak_penalty(人口满意度轻微惩罚)。

背景介绍: 在16世纪,奥斯曼帝国正处于扩张和内部整合的关键时期。帝国疆域辽阔,包含了大量不同宗教(如什叶派、伊巴德派)和文化(如库尔德人)的群体。当帝国陷入长期战争、厌战情绪高涨时,这些非主流宗教和文化群体可能因不满中央政府的政策、战争负担或宗教压迫而滋生动荡。此事件模拟了在特定历史条件下,帝国内部因宗教与文化差异而引发的潜在不稳定因素。

完整事件代码

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

	dynamic_historical_event = {
		tag = TUR
		from = 1500.1.1
		to = 1600.1.1
		monthly_chance = 2
	}

	fire_only_once = yes

	trigger = {
		OR = {
			"religion_percentage_in_country(religion:shia)" > 0
			"religion_percentage_in_country(religion:ibadi)" > 0
		}
		"culture_percentage_in_country(culture:kurdish_culture)" > 0
		war_exhaustion > 5
		at_war = yes
	}

	immediate = {
		ruler_or_regent ?= {
			save_scope_as = target_character
		}

		ordered_enemy_war_leader = {
			order_by = total_population
			position = 0
			save_scope_as = target_country
		}
	}

	option = {
		name = flavor_tur.207.a

		custom_tooltip = {
			text = tur_alevi_unrest_tt
			every_pop = {
				limit = {
					OR = {
						religion = religion:shia
						religion = religion:ibadi
						culture = culture:kurdish_culture
					}
				}
				add_pop_satisfaction = pop_satisfaction_weak_penalty
			}
		}
	}
}