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.88] 奥斯曼帝国后宫

时间范围

  • 事件窗口:1437.1.1 - 1637.1.1
  • 触发概率:每月 20% 概率

触发条件

  • 国家拥有 janissaries_advance 科技(或进步)。
  • 国家拥有首都。
  • 国家已采用 harem_policy 政策。
  • 国家当前拥有统治者。
  • 国家等级达到 3 级或以上。
  • 政府类型为君主制。

关键效果

选项 A:flavor_tur.88.a

  • 历史选项:是
  • 设置变量 ottoman_imperial_harem 为 1。
  • 添加政府改革 ottoman_imperial_harem
  • 贵族阶层满意度降低 20%。
  • 添加政策 public_harem_policy

选项 B:flavor_tur.88.b

  • 社会价值观 centralization_vs_decentralization 向右侧(去中心化方向)小幅移动。
  • 贵族阶层满意度增加 10%。
  • 国家稳定度增加 5。
  • 添加政策 dispersed_harem_policy

背景介绍

该事件模拟了奥斯曼帝国宫廷中后宫制度的建立与演变。在15至17世纪,后宫不仅是皇室成员的居所,更逐渐发展为一个重要的政治机构,深刻影响着帝国的继承、权力分配以及中央与地方贵族之间的关系。事件反映了帝国在中央集权与地方分权、传统宫廷制度与社会稳定之间的抉择。

完整事件代码

flavor_tur.88 = { #The Imperial Harem
	type = country_event
	title = flavor_tur.88.title
	desc = flavor_tur.88.desc

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

	historical_info = flavor_tur.88.historical_info


	trigger = {
		has_advance = janissaries_advance

		exists = capital

		has_policy = harem_policy

		has_ruler = yes

		country_rank_level >= 3

		government_type = government_type:monarchy

	}

	immediate =  {
		capital = {
			save_scope_as = capital_location
		}

		root.ruler = { save_scope_as = target_ruler }
	}

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

		set_variable = { name = ottoman_imperial_harem value = 1 }
		add_reform = government_reform:ottoman_imperial_harem

		add_estate_satisfaction = { type = estate_type:nobles_estate value = -0.20 }

		add_policy = policy:public_harem_policy

	}
	option = {
		name = flavor_tur.88.b

			change_societal_value = { type = centralization_vs_decentralization value = societal_value_minor_move_to_right }

		add_estate_satisfaction = { type = estate_type:nobles_estate value = 0.10 }

		add_stability = 5

		add_policy = policy:dispersed_harem_policy
	}

}