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.57 托钵僧之主

时间范围:1380.1.1 - 1437.1.1(每月 10% 概率触发)

触发条件

  • 国家存在首都。
  • 国家宗教属于穆斯林宗教组。
  • 国家拥有统治者。
  • 统治者的宗教属于穆斯林宗教组。

关键效果

  • 选项 A (历史选项)
    • 国库减少 2 年收入。
    • 苏菲派人物贝拉姆·维利加入国家。
    • 教士阶层满意度大幅下降。
    • 统治者行政能力 +3,外交能力 +3。
  • 选项 B
    • 处决苏菲派人物贝拉姆·维利。
    • 若国家拥有安卡拉地区,则该地区所有穆斯林人口满意度大幅下降。
    • 教士阶层满意度大幅提升。
  • 选项 C
    • 秘密处决苏菲派人物贝拉姆·维利。
    • 若国家不拥有安卡拉地区,则获得少量稳定度提升。
    • 教士阶层满意度小幅提升。

背景介绍: 该事件模拟了奥斯曼帝国早期(14世纪末至15世纪初)苏菲派神秘主义的重要人物贝拉姆·维利(Bayram Veli)的出现及其对国家的影响。作为安卡拉地区出生的著名苏菲派学者和教团领袖,他的活动与主张对当时的宗教格局、社会秩序以及统治者的权威构成了潜在的挑战或机遇。统治者面临的选择反映了如何平衡宗教势力、民众情绪与国家治理的现实考量。

完整事件代码

flavor_tur.57 = { #The Lord of the Dervishes
	hide_portraits = yes
	type = country_event
	title = flavor_tur.57.title
	desc = flavor_tur.57.desc


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

	historical_info = flavor_tur.57.historical_info

	trigger = {

		exists = capital

		religion.group = religion_group:muslim
		has_ruler = yes
		ruler.religion.group = religion_group:muslim
	}

	immediate = {

		capital = { save_scope_as = capital_location }

		location:ankara = {
			save_scope_as = target_location
		}

		root.ruler = { save_scope_as = ruler }

		create_character = {
			first_name = Bayram
			last_name = Veli
			adm = 70
			dip = 60
			mil = 20
			birth_date = 1352
			birth_location = location:ankara
			culture = culture:turkish_culture
			religion = religion:sunni
			estate = estate_type:clergy_estate
			save_scope_as = sufi_character
			create_in_limbo = yes
		}
	}

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

		change_gold_effect = { scale = -2 }

		scope:sufi_character = {
			move_country = root
		}
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_extreme_penalty }

		scope:ruler = {
			add_adm = 3
			add_dip = 3
		}
	}

	option = {
		name = flavor_tur.57.b

		kill_character = {
			target = scope:sufi_character
			reason = burned_alive
			killer = ruler
		}

		if = {
			limit = {
				any_owned_location = { this = location:ankara }
			}
			scope:target_location = {
				every_pop = {
					limit = {
						owner = root
						religion.group = religion_group:muslim
					}
					add_pop_satisfaction = pop_satisfaction_ultimate_penalty
				}
			}
		}

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

	option = {
		name = flavor_tur.57.c

		hidden_effect = {
			kill_character_silently = scope:sufi_character
		}

		if = {
			limit = {
				NOT = {
					any_owned_location = { this = location:ankara }
				}
			}
			add_stability = stability_weak_bonus
		}

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