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.75 神意之镜

时间范围:1437.1.1 - 1637.1.1 (每月 5% 概率)

触发条件

  • 国家宗教属于穆斯林宗教组。
  • 统治者年龄大于等于45岁。
  • 继承人已成年。

关键效果

  • 选项 A (flavor_tur.75.a)
    • 触发自定义提示 tur_abdicate_throne_tt
    • 让位给继承人。
    • 国家稳定度减少20点。
    • 社会价值观“神秘主义 vs 法学”向右移动(偏向法学)。
    • 增加5点政府力量。
  • 选项 B (flavor_tur.75.b)
    • 社会价值观“神秘主义 vs 法学”向左移动(偏向神秘主义)。

背景介绍: 此事件模拟了奥斯曼帝国(TUR)统治者在晚年可能面临的权力传承与宗教哲学抉择。在1437年至1637年间,年长的穆斯林君主可能受到宗教或宫廷内省的影响,思考将权力移交给成年继承人,或是坚持原有统治理念。选择退位会引发政治动荡,但可能推动国家治理向更注重法律与制度的方向发展;而选择维持现状则可能强化传统的神秘主义与宗教权威。

完整事件代码

flavor_tur.75 = { #The Mirror of God's Will
	type = country_event
	title = flavor_tur.75.title
	desc = flavor_tur.75.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1437.1.1
		to = 1637.1.1
		monthly_chance = 5
	}

	historical_info = flavor_tur.75.historical_info


	trigger = {

		religion.group = religion_group:muslim

		ruler ?= { age_in_years >= 45 }

		heir ?= { is_adult = yes }
	}

	immediate = {

		heir = {
			save_scope_as = target_heir
		}

		ruler = {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_tur.75.a

		custom_tooltip = tur_abdicate_throne_tt

		set_new_ruler = scope:target_heir

		add_stability = -20

		change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_move_to_right }

		add_government_power = 5
	}

	option = {
		name = flavor_tur.75.b

		change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_move_to_left }

	}
}