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.119] 幸福守护者

时间范围:1570.1.1 - 1600.1.1,每月 30% 概率触发

触发条件

  • 国家已采用政府改革:ottoman_imperial_harem(奥斯曼帝国后宫)
  • 国家允许奴隶制:has_slavery = yes

关键效果

  • 选项 A (历史选项)

    • 人物 mehmed_agha 加入国家,并获得持续至游戏结束的 kizlar_agha_modifier 角色修正。
    • 设置变量 eunuch_viziers = 1
    • 添加政府改革:ottoman_eunuch_viziers(奥斯曼宦官维齐尔)。
    • 若当前政策为 secluded_harem_policy(深居后宫政策)或 dispersed_harem_policy(分散后宫政策),则改为采用 public_harem_policy(公开后宫政策)。
    • 增加贵族阶层满意度:estate_satisfaction_mild_bonus
    • 社会价值观变化:中央化 vs 地方分权,向“右”(地方分权)方向移动。
  • 选项 B

    • 人物 mehmed_agha 被静默处决。
    • 设置变量 eunuch_viziers = 1
    • 添加政府改革:ottoman_eunuch_viziers(奥斯曼宦官维齐尔)。
    • 若当前政策为 valide_sultan_court_policy(苏丹皇太后宫廷政策),则触发 valide_sultan_objects.tt 提示并降低少量稳定度。
    • 若当前政策为 public_harem_policy(公开后宫政策)或 dispersed_harem_policy(分散后宫政策),则改为采用 secluded_harem_policy(深居后宫政策)。
    • 降低贵族阶层满意度:estate_satisfaction_mild_penalty
    • 社会价值观变化:中央化 vs 地方分权,向“右”(地方分权)方向移动。
  • 选项 C

    • 若当前政策为 valide_sultan_court_policy(苏丹皇太后宫廷政策),则触发 valide_sultan_objects.tt 提示并降低少量稳定度。
    • 人物 mehmed_agha 被静默处决。
    • 降低贵族阶层满意度:estate_satisfaction_mild_penalty
    • 增加少量威望与政府权力。
    • 社会价值观变化:中央化 vs 地方分权,向“左”(中央化)方向移动。

背景介绍: 此事件模拟了奥斯曼帝国在16世纪后期,围绕后宫宦官(特别是“黑宦官”首领“基兹拉尔阿加”)权力扩张所引发的政治抉择。宦官作为连接后宫与外部行政体系的关键角色,其地位的提升或压制,直接影响到宫廷政策、贵族关系以及帝国的中央集权程度。

完整事件代码

flavor_tur.119 = { #The Guardians of Felicity
	hide_portraits = yes
	type = country_event
	title = flavor_tur.119.title
	desc = flavor_tur.119.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1570.1.1
		to = 1600.1.1
		monthly_chance = 30
	}

	historical_info = flavor_tur.119.historical_info

	trigger = {

		has_reform = government_reform:ottoman_imperial_harem

		has_slavery = yes
	}


	immediate =  {

		root.ruler = { save_scope_as = target_ruler }

		create_character = {
			first_name = name_muhammad
			nickname = nick_agha
			adm = 60
			dip = 85
			mil = 20
			fertility = 0
			culture = culture:turkish_culture
			ethnicity = ethnicity:african_ethnicity
			religion = religion:sunni
			estate = estate_type:burghers_estate
			birth_location = location:axum
			birth_date = 1545
			add_trait = trait:eunuch
			script = tur_mehmed_agha
			save_scope_as = mehmed_agha
			create_in_limbo = yes
		}
	}

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

		scope:mehmed_agha = {
			move_country = root
			add_character_modifier = {
				modifier = kizlar_agha_modifier
				years = -1
				mode = add_and_extend
			}
		}

		set_variable = { name = eunuch_viziers value = 1 }
		add_reform = government_reform:ottoman_eunuch_viziers

		if = {
			limit = {
				OR = {
					has_policy = secluded_harem_policy
					has_policy = dispersed_harem_policy
				}
			}
			add_policy = policy:public_harem_policy
		}

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

		change_societal_value = {
    		type = centralization_vs_decentralization
    		value = societal_value_move_to_right
    	}
	}

	option = {
		name = flavor_tur.119.b

		custom_tooltip = mehmed_agha_fired.tt
		hidden_effect = {
   			kill_character_silently = scope:mehmed_agha
  		}

		set_variable = { name = eunuch_viziers value = 1 }
		add_reform = government_reform:ottoman_eunuch_viziers

		if = {
			limit = {
				has_policy = valide_sultan_court_policy
			}
			custom_tooltip = valide_sultan_objects.tt
			add_stability = stability_weak_penalty
		}

		if = {
			limit = {
				OR = {
					has_policy = public_harem_policy
					has_policy = dispersed_harem_policy
				}
			}
			add_policy = policy:secluded_harem_policy
		}

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

		change_societal_value = {
    		type = centralization_vs_decentralization
    		value = societal_value_move_to_right
    	}
	}

	option = {
		name = flavor_tur.119.c

		if = {
			limit = {
				has_policy = valide_sultan_court_policy
			}
			custom_tooltip = valide_sultan_objects.tt
			add_stability = stability_mild_penalty
		}

   		kill_character_silently = scope:mehmed_agha
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_penalty }

		add_prestige = prestige_mild_bonus
		add_government_power = government_power_mild_bonus

		change_societal_value = {
    		type = centralization_vs_decentralization
    		value = societal_value_move_to_left
    	}
	}
}