[flavor_mam.34] 伊本·赫勒敦的家庭悲剧
时间范围:1370.1.1 - 1390.1.1,每月 1% 概率触发
触发条件:
- 脚本角色
ibn_khaldun_script存活,且其所有者为本国。 - 本国拥有亚历山大(Alexandria)和开罗(Cairo)地区。
- 国家
TUN(突尼斯)存在。
关键效果:
- 选项 A (历史选项):
- 为角色
ibn_khaldun_script添加持续30天的角色修正ibn_khaldun_mourning。
- 为角色
- 选项 B:
- 为国家添加少量威望惩罚(
prestige_weak_penalty)。
- 为国家添加少量威望惩罚(
背景介绍: 伊本·赫勒敦是14世纪著名的阿拉伯学者、历史学家和社会学家。此事件模拟了他在马穆鲁克苏丹国期间可能遭遇的家庭不幸。作为一位在开罗和亚历山大拥有重要影响力的学者,其个人悲剧不仅影响其自身状态,也可能对宫廷声誉产生微妙影响。
完整事件代码:
flavor_mam.34 = { #Ibn Khaldun's Family Tragedy #GRAVEYARD
type = country_event
title = flavor_mam.34.title
desc = flavor_mam.34.desc
fire_only_once = yes
historical_info = flavor_mam.34.historical_info
dynamic_historical_event = {
tag = MAM
from = 1370.1.1
to = 1390.1.1
monthly_chance = 1
}
illustration_tags = {
10 = regular
10 = interior
}
trigger = {
character:ibn_khaldun_script ?= {
is_alive = yes
owner = root
}
owns = location:alexandria
owns = location:cairo
country_exists = c:TUN
}
immediate = {
character:ibn_khaldun_script ?= { save_scope_as = khaldun }
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
}
option = {
name = flavor_mam.34.a
historical_option = yes
scope:khaldun = {
add_character_modifier = { modifier = ibn_khaldun_mourning days = 30 mode = add_and_extend }
}
}
option = {
name = flavor_mam.34.b
add_prestige = prestige_weak_penalty
}
}