flavor_tur.77 女性之言
时间范围:1480.1.1 - 1506.1.1(每月 30% 概率)
触发条件:
- 国家宗教属于穆斯林宗教组。
- 国家拥有统治者。
- 继承人存在且已成年。
关键效果:
- 选项 A (历史选项):
- 继承人外交能力 +5。
- 获得少量威望。
- 政府点数 -5.00。
- 贵族阶层满意度 -0.10。
- (隐藏效果)角色米赫里·哈顿被移除。
- 选项 B:
- 角色米赫里·哈顿加入我国。
- 获得少量威望。
- 贵族阶层满意度 -0.15。
- 选项 C:
- 贵族阶层满意度 +0.10。
- (隐藏效果)角色米赫里·哈顿被移除。
背景介绍: 此事件围绕奥斯曼帝国(TUR)宫廷中一位女性诗人米赫里·哈顿(Mihri Hatun)的潜在影响展开。她是一位才华横溢的作家,其智慧和言辞可能对继承人乃至整个宫廷产生影响。事件反映了在穆斯林统治的宫廷中,女性知识分子如何通过文学和社交网络介入政治与教育领域,以及她们的出现可能引发的不同阶层(尤其是贵族)的反应。
完整事件代码:
flavor_tur.77 = { #The Words of a Woman
type = country_event
title = flavor_tur.77.title
desc = flavor_tur.77.desc
historical_info = flavor_tur.77.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = TUR
from = 1480.1.1
to = 1506.1.1
monthly_chance = 30
}
trigger = {
religion.group = religion_group:muslim
has_ruler = yes
heir ?= { is_adult = yes }
}
immediate = {
heir = {
save_scope_as = target_heir
}
create_character = {
first_name = Mihri
last_name = Hatun
adm = 60
dip = 80
mil = 10
female = yes
artist_skill = 0.8
artist = writer
birth_date = 1460
birth_location = location:amasya
culture = culture:turkish_culture
religion = religion:sunni
estate = estate_type:clergy_estate
script = tur_mihri_hatun
save_scope_as = mihri_hatun
create_in_limbo = yes
}
}
option = {
name = flavor_tur.77.a
historical_option = yes
scope:target_heir = {
add_dip = 5
}
add_prestige = prestige_weak_bonus
add_government_power = -5.00
add_estate_satisfaction = { type = estate_type:nobles_estate value = -0.10 }
hidden_effect = {
kill_character_silently = scope:mihri_hatun
}
}
option = {
name = flavor_tur.77.b
scope:mihri_hatun = {
move_country = root
}
add_prestige = prestige_weak_bonus
add_estate_satisfaction = { type = estate_type:nobles_estate value = -0.15 }
}
option = {
name = flavor_tur.77.c
add_estate_satisfaction = { type = estate_type:nobles_estate value = 0.10 }
hidden_effect = {
kill_character_silently = scope:mihri_hatun
}
}
}