flavor_tur.150 被亏待的仆人
时间范围:1680.1.1 - 1720.1.1(每月 15% 概率)
触发条件:
- 国家拥有统治者。
- 统治者统治时间不超过10年。
- 国家拥有奴隶制。
- 满足以下条件之一:
- 拥有变量
ottoman_imperial_harem。 - 拥有政策
harem_policy。 - 拥有政策
valide_sultan_court_policy。
- 拥有变量
- 国家拥有开罗地区。
关键效果:
- 选项 A(历史选项):
- 优素福·阿迦在贫困中退休(角色被静默移除)。
- 获得少量稳定性加成。
- 选项 B:
- 损失少量金钱。
- 社会价值观向“法学”方向轻微移动。
- 获得少量政府点数。
- 开罗地区获得少量繁荣度加成。
- 优素福·阿迦在辉煌中退休(角色被静默移除)。
- 选项 C:
- 优素福·阿迦加入本国。
- 为其添加持续至游戏结束的“奇兹拉尔阿迦”角色修正。
背景介绍: 该事件反映了奥斯曼帝国宫廷中宦官(特别是来自非洲的宦官)的复杂角色与命运。优素福·阿迦是一位出身阿克苏姆的土耳其文化、逊尼派非洲裔宦官,他能力出众(行政80,外交65,军事20),但作为宦官无法生育。事件模拟了他在开罗总督任上可能面临的几种结局:被不公地解职后贫困潦倒(历史选项)、获得体面退休,或是被召回帝国宫廷担任要职(奇兹拉尔阿迦,即宦官总管)。这体现了帝国晚期宦官政治影响力、地方治理与中央宫廷权力博弈的缩影。
完整事件代码:
flavor_tur.150 = { #The Wronged Servant
type = country_event
title = flavor_tur.150.title
desc = flavor_tur.150.desc
historical_info = flavor_tur.150.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = TUR
from = 1680.1.1
to = 1720.1.1
monthly_chance = 15
}
trigger = {
has_ruler = yes
ruler_reign <= 10
has_slavery = yes
OR = {
has_variable = ottoman_imperial_harem
has_policy = harem_policy
has_policy = valide_sultan_court_policy
}
owns = location:cairo
}
immediate = {
ruler = { save_scope_as = target_ruler }
create_character = {
first_name = name_joseph
last_name = nick_agha
adm = 80
dip = 65
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 = 1630
add_trait = trait:eunuch
script = tur_yusuf_agha
save_scope_as = yusuf_agha
create_in_limbo = yes
}
location:cairo = { save_scope_as = target_location }
}
option = {
name = flavor_tur.150.a
historical_option = yes
custom_tooltip = {
text = yusuf_agha_retires_in_poverty.tt
kill_character_silently = scope:yusuf_agha
}
add_stability = stability_weak_bonus
}
option = {
name = flavor_tur.150.b
change_gold_effect = { scale = -2 }
change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_tiny_move_to_right }
add_government_power = government_power_weak_bonus
location:cairo = {
change_prosperity = prosperity_weak_bonus
}
custom_tooltip = {
text = yusuf_agha_retires_in_splendor.tt
kill_character_silently = scope:yusuf_agha
}
}
option = {
name = flavor_tur.150.c
scope:yusuf_agha = {
move_country = root
add_character_modifier = {
modifier = kizlar_agha_modifier
years = -1
mode = add_and_extend
}
}
}
}