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.149 开罗的宦官

时间范围:1537.1.1 - 1837.1.1(每月 5% 概率) 触发条件

  • 国家已启用奴隶制。
  • 国家拥有政府改革“奥斯曼宦官维齐尔”。
  • 满足以下条件之一:
    • 拥有变量 ottoman_imperial_harem
    • 拥有政策 harem_policy
    • 拥有政策 valide_sultan_court_policy
  • 拥有开罗地区。
  • 在以下任一地区拥有存在度:
    • 埃塞俄比亚地区
    • 努比亚地区
    • 索马里地区
    • 斯瓦希里海岸地区

关键效果

  • 选项 A(历史选项)
    • 开罗地区获得发展度小幅提升。
    • 社会价值观“神秘主义 vs 法学”向右侧(法学方向)移动。
    • 开罗地区的所有非上层阶级、非奴隶人口满意度大幅下降。
    • 开罗地区控制度小幅下降。
  • 选项 B
    • 开罗地区的所有非上层阶级、非奴隶人口满意度大幅提升。
    • 在触发条件指定的非洲地区中,人口最多的省份控制度小幅提升。
    • 国家威望小幅提升。
    • 社会价值观“农奴制 vs 自由民”大幅向左侧(自由民方向)移动。
    • 国家拥有的奴隶人口中,规模最大且满意度较高的前10个群体,其满意度遭受极大惩罚。

背景介绍: 随着奥斯曼帝国在埃及确立统治,帝国宫廷的宦官体系也延伸至开罗。这些宦官作为苏丹在地方的代表和税收管理者,拥有相当大的权力。他们利用帝国在非洲之角和东非的奴隶贸易网络,巩固自身的经济与政治地位,但这一过程也加剧了地方民众与中央管理阶层之间的矛盾。

完整事件代码

flavor_tur.149 = { #The Eunuchs in Cairo
	type = country_event
	title = flavor_tur.149.title
	desc = flavor_tur.149.desc

	historical_info = flavor_tur.149.historical_info
	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1537.1.1
		to = 1837.1.1
		monthly_chance = 5
	}

	trigger = {

		has_slavery = yes

		has_reform = government_reform:ottoman_eunuch_viziers

		OR = {
			has_variable = ottoman_imperial_harem
			has_policy = harem_policy
			has_policy = valide_sultan_court_policy
		}

		owns = location:cairo

		OR = {
			has_presence_in = region:ethiopia_region
			has_presence_in = region:nubia_region
			has_presence_in = region:somalia_region
			has_presence_in = region:swahili_coast_region
		}
	}

	immediate = {

		ordered_owned_location = {
			order_by = population
			limit = {
				OR = {
					region = region:ethiopia_region
					region = region:nubia_region
					region = region:somalia_region
					region = region:swahili_coast_region
				}
			}
			max = 1
			save_scope_as = rebellion_location
		}
	}

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

		location:cairo = {
			change_development = development_weak_bonus
		}

		change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_move_to_right }

		custom_tooltip = {
			text = cairenes_displeased_tooltip
			location:cairo = {
				every_pop = {
					limit = {
						owner = root
						is_upper_class = no
						NOT = { pop_type = pop_type:slaves }
					}
					add_pop_satisfaction = pop_satisfaction_severe_penalty
				}
			}
		}

		location:cairo = {
			change_control = control_mild_penalty
		}
	}

	option = {
		name = flavor_tur.149.b

		custom_tooltip = {
			text = cairenes_pleased_tooltip
			location:cairo = {
				every_pop = {
					limit = {
						owner = root
						is_upper_class = no
						NOT = { pop_type = pop_type:slaves }
					}
					add_pop_satisfaction = pop_satisfaction_severe_bonus
				}
			}
		}

		scope:rebellion_location = {
			change_control = control_mild_bonus
		}
		add_prestige = prestige_mild_bonus
		change_societal_value = {
			type = serfdom_vs_free_subjects
			value = societal_value_large_move_to_left
		}

		ordered_pop = {
			limit = {
				owner = root
				pop_type = pop_type:slaves
			}
			order_by = {
				value = {
					add = pop_size
					if = {
						limit = { pop_satisfaction > 0.05 }
						divide = pop_satisfaction
					}
					else = { divide = 0.05 }
				}
			}
			check_range_bounds = no
			max = 10
			add_pop_satisfaction = pop_satisfaction_ultimate_penalty
		}
	}
}