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.67 伊斯兰教长

时间范围:1400.1.1 - 1500.1.1,每月 5% 概率触发

触发条件

  • 国家宗教属于穆斯林宗教组 (religion.group = religion_group:muslim)
  • 政府权力大于 80 (government_power > 80)

关键效果

  • 选项 A (历史选项)
    • 将创建的角色移入本国 (move_country = root)。
    • 为该角色添加名为 sheikh_ul_islam_modifier 的修正,持续时间为无限期 (years = -1mode = add_and_extend)。
    • 设置变量 sheikh_ul_islam 的值为 1。
    • 社会价值观 传统主义 vs 创新 向传统主义方向移动 3 点 (value = 3)。
    • 教士阶层满意度降低 10% (value = -0.10)。
  • 选项 B
    • 静默处决创建的角色 (kill_character_silently)。
    • 社会价值观 传统主义 vs 创新 向创新方向移动 3 点 (value = -3)。
    • 社会价值观 神秘主义 vs 法学 向法学方向移动 (societal_value_move_to_right)。

背景介绍: 在奥斯曼帝国早期,伊斯兰教长(Shaykh al-Islām)作为最高宗教权威,其任命是国家政治与宗教关系中的重大事件。此事件模拟了帝国在15世纪期间,当政府权力稳固且国家信奉伊斯兰教时,面临是否正式设立这一极具影响力的宗教职位的历史抉择。选择设立教长将强化传统宗教势力,但也可能引发教士阶层内部的不满;而拒绝设立则可能推动国家在宗教和法律事务上走向更为理性和创新的道路。

完整事件代码

flavor_tur.67 = { #Shaykh al-Islām #1
	type = country_event
	title = flavor_tur.67.title
	desc = flavor_tur.67.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1400.1.1
		to = 1500.1.1
		monthly_chance = 5
	}

	historical_info = flavor_tur.67.historical_info

	trigger = {
		religion.group = religion_group:muslim
		government_power > 80
	}

	immediate = {
		create_character = {
			estate = estate_type:clergy_estate
			culture = root.culture
			religion = root.religion
			save_scope_as = target_character
			create_in_limbo = yes
		}

		scope:target_character = {
			set_to_limited_random_stats = {
				max_adm = 90
				min_adm = 60
				max_dip = 90
				min_dip = 60
				max_mil = 50
				min_mil = 20
			}
		}
	}

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

		scope:target_character = {
			move_country = root
			add_character_modifier = {
				modifier = sheikh_ul_islam_modifier
				years = -1
				mode = add_and_extend
			}
		}

		set_variable = { name = sheikh_ul_islam value = 1 }

		change_societal_value = { type = traditionalist_vs_innovative value = 3 }

		add_estate_satisfaction = { type = estate_type:clergy_estate value = -0.10 }

	}

	option = {
		name = flavor_tur.67.b

   		kill_character_silently = scope:target_character
		change_societal_value = { type = traditionalist_vs_innovative value = -3 }

		change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_move_to_right }
	}
}