flavor_dlh.56 德里苏丹国世袭伊克塔
时间范围:1350.1.1 - 1390.1.1(每月 5% 概率)
触发条件:
- 国家已通过
iqta_law(伊克塔法)。 - 满足以下条件之一:
- 当前处于
situation:fall_of_delhi(德里陷落)局势。 - 正在发生
disaster_type:dissolution_of_delhi(德里解体)灾难。
- 当前处于
关键效果:
- 选项 A:
- 授予
estate_privilege:heritable_iqta(世袭伊克塔特权)。 - AI 选择此选项的概率因子为 0.1。
- 授予
- 选项 B:
- 为
estate_type:nobles_estate(贵族阶层)增加estate_satisfaction_extreme_penalty(极度不满)数值的阶层满意度。 - AI 选择此选项的概率因子为 1,但当贵族阶层满意度低于 0.4 时,AI 不会选择此选项(因子为 0)。
- 此选项为 历史选项(
historical_option = yes)。
- 为
背景介绍: 在德里苏丹国后期,尤其是14世纪中后期,中央权威衰落,地方伊克塔(军事采邑)持有者势力坐大。面对“德里陷落”或“德里解体”的危机局势,苏丹国统治者被迫在维持中央集权与安抚地方军事贵族之间做出抉择。此事件反映了苏丹国试图通过制度化的世袭特权来笼络贵族,或选择强硬手段但可能加剧内部矛盾的历史两难。
完整事件代码:
flavor_dlh.56 = {
type = country_event
title = flavor_dlh.56.title
desc = flavor_dlh.56.desc
illustration_tags = {
10 = regular
10 = exterior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
unlock_estate_privilege_effect = {
type = heritable_iqta
}
}
trigger = {
has_law = iqta_law
OR = {
is_situation_active = situation:fall_of_delhi
any_active_disaster = {
disaster_type = disaster_type:dissolution_of_delhi
}
}
}
fire_only_once = yes
dynamic_historical_event = {
tag = DLH
from = 1350.1.1
to = 1390.1.1
monthly_chance = 5
}
option = {
name = flavor_dlh.56.a
ai_chance = {
factor = 0.1
}
grant_estate_privilege = estate_privilege:heritable_iqta
}
option = {
name = flavor_dlh.56.b
ai_chance = {
factor = 1
modifier = {
factor = 0
estate_satisfaction:nobles_estate < 0.4
}
}
add_estate_satisfaction = {
type = estate_type:nobles_estate
value = estate_satisfaction_extreme_penalty
}
}
}