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.114 母亲的权力即神授之权

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

触发条件

  • 国家已采用政府改革:ottoman_imperial_harem(奥斯曼帝国后宫)
  • 国家宗教属于穆斯林宗教组
  • 国家拥有君主
  • 君主拥有王朝
  • 君主为男性
  • 君主的母亲存在且健在
  • 君主的母亲不是国家统治者
  • 君主的母亲至少满足以下一项能力要求:
    • 行政能力 ≥ 60
    • 外交能力 ≥ 60
    • 军事能力 ≥ 60

关键效果

  • 选项 A (历史选项)
    • 解锁并启用政策:valide_sultan_court_policy(苏丹皇太后宫廷政策)
    • 社会价值观变化:
      • traditionalist_vs_innovative(传统主义 vs 创新):小幅向右移动(趋向传统主义)
      • aristocracy_vs_plutocracy(贵族政治 vs 财阀政治):微幅向左移动(趋向贵族政治)
  • 选项 B
    • 社会价值观变化:
      • traditionalist_vs_innovative(传统主义 vs 创新):小幅向左移动(趋向创新)

背景介绍: 在奥斯曼帝国,苏丹的母亲(瓦利德苏丹)在后宫及宫廷政治中拥有巨大影响力。当一位能力出众的皇太后在世时,她往往能通过其子——在位的苏丹,直接或间接地行使权力,参与国家治理,甚至影响政策走向与帝国价值观。此事件反映了皇太后在帝国权力结构中的特殊地位及其对朝政的潜在干预。

完整事件代码

flavor_tur.114 = { #A Mother's Right is God's Right
	type = country_event
	title = flavor_tur.114.title
	desc = flavor_tur.114.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1537.1.1
		to = 1637.1.1
		monthly_chance = 10
	}

	historical_info = flavor_tur.114.historical_info

	trigger = {

		has_reform = government_reform:ottoman_imperial_harem

		religion.group = religion_group:muslim

		has_ruler = yes

		ruler ?= { has_dynasty = yes }

		ruler = {
			is_female = no
			exists = mother
			mother = {
				is_alive = yes
				is_ruler = no
				OR = {
					adm >= 60
					dip >= 60
					mil >= 60
				}
			}
		}
	}

	immediate =  {

		root.ruler = { save_scope_as = target_ruler }

		ruler.mother = { save_scope_as = valide_sultan }

		hidden_effect = {
			ruler.mother = {
				add_adm = 5
				add_dip = 10
				add_mil = 5
			}
		}
	}

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

		unlock_policy_effect = { type = valide_sultan_court_policy }

		add_policy = policy:valide_sultan_court_policy

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_minor_move_to_right
		}

		change_societal_value = {
			type = aristocracy_vs_plutocracy
			value = societal_value_tiny_move_to_left
		}
	}

	option = {
		name = flavor_tur.114.b

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_minor_move_to_left
		}
	}
}