[flavor_dlh.35] 大维齐尔与首都饥荒
时间范围:1350.1.1 - 1400.1.1(每月 2% 概率)
触发条件:
- 首都所在区域中,至少有 5% 的省份处于饥荒状态(
is_starving = yes)。 - 内阁中存在至少一位拥有变量
dlh_grand_vizier的人物。
关键效果:
- 选项 A (flavor_dlh.35.a):
- 为当前被标记为
target_character的人物(即拥有dlh_grand_vizier变量的内阁成员)设置变量dlh_famine_reduction_flag。此操作附带自定义提示文本dlh_whilst_grand_vizier_is_in_council_or_ruler_allow_combat_famine_parliament_debate_tt。
- 为当前被标记为
- 选项 B (flavor_dlh.35.b):
- 为国家添加巨量的政府点数(
government_power_extreme_bonus)。
- 为国家添加巨量的政府点数(
背景介绍: 在14世纪中后期,德里苏丹国(DLH)的统治面临严峻考验。首都区域发生的严重饥荒不仅威胁着平民的生计,也考验着苏丹宫廷的治理能力。此时,作为国家核心行政官员的大维齐尔(Grand Vizier)被推到了决策的前沿。宫廷必须决定,是授权这位重臣动用其影响力与资源去直接应对饥荒危机,还是将国家精力集中于巩固中央权威、积累行政资本以应对更广泛的挑战。这一事件反映了中世纪印度苏丹国在自然灾害与政治治理之间的艰难权衡。
完整事件代码:
flavor_dlh.35 = {
type = country_event
title = flavor_dlh.35.title
desc = flavor_dlh.35.desc
illustration_tags = {
10 = exterior
10 = regular
}
dynamic_historical_event = {
tag = DLH
from = 1350.1.1
to = 1400.1.1
monthly_chance = 2
}
fire_only_once = yes
trigger = {
any_province = {
region = capital.region
percent >= 0.05
is_starving = yes
}
any_cabinet_character ?= {
has_variable = dlh_grand_vizier
}
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
random_cabinet_character ?= {
limit = {
has_variable = dlh_grand_vizier
}
save_scope_as = target_character
}
}
option = {
name = flavor_dlh.35.a
custom_tooltip = {
text = dlh_whilst_grand_vizier_is_in_council_or_ruler_allow_combat_famine_parliament_debate_tt
scope:target_character = {
set_variable = dlh_famine_reduction_flag
}
}
}
option = {
name = flavor_dlh.35.b
add_government_power = government_power_extreme_bonus
}
}