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.123] 疯狂的[目标人物姓名]

时间范围: 1600.1.1 - 1737.1.1 (每月 15% 概率)

触发条件:

  • 统治者所属王朝中,至少有2名成年的合法男性成员在世且为本国所有。
  • 统治者登基时间不超过10年。
  • 满足以下任一条件:
    • 稳定度 < 0
    • 政府力量 < 50
    • 处于内战状态
    • 政府力量 < 80 统治者拥有“恶毒”特质
  • 满足以下任一条件:
    • 拥有政府改革:“奥斯曼帝国后宫”
    • 拥有政策:“强大的后宫政策”
    • 拥有政策:“苏丹皇太后宫廷政策”

关键效果:

  • 选项 A (历史选项)

    • 退位:将王位让给 ruler_replacement(王朝中能力最强的成年合法男性成员)。
    • 获得“神职人员阶层”满意度大幅提升。
    • 稳定度小幅提升。
    • 已解锁“卡菲斯”(笼子)机制:
      • 原统治者(target_character)行政、外交、军事能力各-5。
    • 社会价值观“好战 vs 和解”小幅向右(好战)移动。
  • 选项 B

    • 处决:以“被耶尼切里杀害”为由处决原统治者(target_character)。
    • 继位:将王位让给 ruler_replacement
    • 获得“神职人员阶层”满意度大幅提升。
    • 未拥有国家修正“耶尼切里监护”:
      • 获得国家修正“耶尼切里监护”,持续10年(可叠加延长)。
    • 否则
      • 威望小幅提升。
    • 社会价值观“好战 vs 和解”小幅向左(和解)移动。
  • 选项 C

    • 触发条件:存在 valide_sultan(苏丹皇太后)。
    • 暗杀:由 valide_sultan 执行,以“暗杀”为由杀死 ruler_replacement(原定的继任者)。
    • “神职人员阶层”满意度大幅下降。
    • 政府力量大幅提升。
  • 选项 D

    • 触发条件:不存在 valide_sultan(苏丹皇太后)。
    • “神职人员阶层”满意度小幅下降。
    • 威望小幅提升。

背景介绍: 此事件模拟了奥斯曼帝国历史上因苏丹统治不力或精神失常(“疯狂”)而引发的宫廷危机。当苏丹被认为不适合统治时,帝国核心权力圈——包括后宫(尤其是苏丹皇太后)、耶尼切里近卫军以及宗教阶层——会采取行动。事件提供了多种处置方式:迫使苏丹退位并软禁(卡菲斯制度)、由耶尼切里直接处决、或由皇太后策划清除潜在继任者以维持自身权力。这些选项深刻反映了奥斯曼帝国独特的“后宫政治”与军事精英干政的特点,其选择将影响国家稳定、阶层关系与社会价值观走向。

完整事件代码:

flavor_tur.123 = { #[target_character.GetNameWithNoTooltip] the Mad

	type = country_event
	title = flavor_tur.123.title

	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					exists = scope:valide_sultan
				}
				desc = flavor_tur.123.valide_sultan.desc
			}
			triggered_desc = {
				trigger = {
					NOT = { exists = scope:valide_sultan }
				}
				desc = flavor_tur.123.no_valide_sultan.desc
			}
		}
	}

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1600.1.1
		to = 1737.1.1
		monthly_chance = 15
	}

	historical_info = flavor_tur.123.historical_info

	trigger = {

		ruler ?= {
			dynasty ?= {
				any_character_in_dynasty = {
					is_alive = yes
					is_legally_male = yes
					is_adult = yes
					owner = root
					count >= 2
				}
			}
		}


		ruler_reign <= 10

		OR = {
			stability < 0
			government_power < 50
			in_civil_war = yes
			AND = {
				government_power < 80
				ruler = { has_trait = malevolent }
			}
		}

		OR = {

			has_reform = government_reform:ottoman_imperial_harem
			has_policy = powerful_harem_policy
			has_policy = valide_sultan_court_policy
		}
	}

	immediate = {

		root.ruler = { save_scope_as = target_character }

		if = {
			limit = {
				AND = {
					exists = ruler.mother
        			ruler.mother = {
           				is_alive = yes
       				}
       				OR = {
       					has_policy = powerful_harem_policy
						has_policy = valide_sultan_court_policy
       				}
       			}
			}
			ruler.mother = {
           		save_scope_as = valide_sultan
           	}
		}


		ruler = {
			dynasty = {
				ordered_character_in_dynasty = {
					order_by = total_abilities
					limit = {
						this != scope:target_character
						is_alive = yes
						is_legally_male = yes
						is_adult = yes
						owner = root
					}
					max = 1
					save_scope_as = ruler_replacement
				}
			}
		}
	}

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

		custom_tooltip = tur_abdicate_throne_tt

		set_new_ruler = scope:ruler_replacement

		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_severe_bonus }

		add_stability = stability_mild_bonus

		if = {
			limit = {
				has_advance = kafes
			}
			custom_tooltip = tur_put_in_kafes_tt
			scope:target_character = {
				add_adm = -5
   				add_dip = -5
 				add_mil = -5
 			}
		}

		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_minor_move_to_right
		}
	}

	option = {
		name = flavor_tur.123.b


		kill_character = {
			target = scope:target_character
			reason = killed_by_janissaries
		}

		set_new_ruler = scope:ruler_replacement

		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_severe_bonus }

		if = {
			limit = {
				NOT = {
					has_country_modifier = janissary_custodianship
				}
			}
			add_country_modifier = { modifier = janissary_custodianship years = 10 mode = add_and_extend }
		}
		else = {
			add_prestige = prestige_mild_bonus
		}

		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_minor_move_to_left
		}
	}

	option = {
		name = flavor_tur.123.c

		trigger = {
			exists = scope:valide_sultan
		}

		kill_character = {
			target = scope:ruler_replacement
			reason = assassination
			killer = scope:valide_sultan
		}

		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_severe_penalty}

		add_government_power = government_power_severe_bonus
	}

	option = {
		name = flavor_tur.123.d

		trigger = {
			NOT = {
				exists = scope:valide_sultan
			}
		}

		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_penalty}

		add