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.109] 笼中鸟

时间范围:1537.1.1 - 1737.1.1(每月 10% 概率)

触发条件

  • 国家继承法为 heir_selection:fratricide_succesion(奥斯曼继承法)。
  • 国家拥有统治者。
  • 统治者拥有王朝。
  • 满足以下任一政府改革或政策:
    • 拥有政府改革 government_reform:ottoman_imperial_harem(奥斯曼帝国后宫)。
    • 拥有政策 harem_policy(后宫政策)。
    • 拥有政策 valide_sultan_court_policy(苏丹皇太后宫廷政策)。
  • 满足以下任一条件:
    • 可以研究 kafes(笼子)科技。
    • 已拥有 kafes 科技。

关键效果

  • 选项 A (flavor_tur.109.a) - 历史选项
    • 如果尚未拥有 kafes 科技,则立即研究该科技。
    • 将国家继承法更改为 heir_selection:favorite_son_elective_succession(爱子选举继承法)。
    • 小幅增加中央化程度(centralization_vs_decentralization 社会价值)。
    • 微量增加神秘主义倾向(mysticism_vs_jurisprudence 社会价值)。
  • 选项 B (flavor_tur.109.b)
    • 获得少量政府点数(government_power_weak_bonus)。

背景介绍: 此事件模拟了奥斯曼帝国历史上著名的“笼子”(Kafes)制度。在苏丹穆罕默德三世(1595-1603年在位)之后,为防止王子间为争夺王位而爆发内战,帝国开始将未继位的王子软禁在托普卡帕宫内的特定区域,即“笼中”。这些王子在严格的监视下生活,与外界隔绝,直到有机会继承大统。这一制度旨在确保王位平稳过渡,但也导致继任者缺乏治国理政的实际经验,对帝国后期的统治产生了深远影响。

完整事件代码

flavor_tur.109 = { #The Cage
	hide_portraits = yes
	type = country_event
	title = flavor_tur.109.title
	desc = flavor_tur.109.desc

	historical_info = flavor_tur.109.historical_info

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

	trigger = {

 		succession_law = heir_selection:fratricide_succesion

 		has_ruler = yes

		ruler ?= { has_dynasty = yes }

 		OR = {
 			has_reform = government_reform:ottoman_imperial_harem
 			has_policy = harem_policy
 			has_policy = valide_sultan_court_policy
 		}

 		OR = {
 			can_research_advance = kafes
 			has_advance = kafes
 		}
	}

	immediate = {

		capital = {
			save_scope_as = capital_location
		}

		root.ruler = { save_scope_as = target_ruler }
	}

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

		if = {
			limit = {
				NOT = {
					has_advance = kafes
				}
			}
			research_advance = advance_type:kafes
		}

		change_heir_selection = heir_selection:favorite_son_elective_succession

		change_societal_value = {
    		type = centralization_vs_decentralization
    		value = societal_value_minor_move_to_right
    	}

		change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_tiny_move_to_right }
	}

	option = {
		name = flavor_tur.109.b

		add_government_power = government_power_weak_bonus
	}
}