[flavor_dlh.31] 疯狂的苏丹
时间范围
事件无明确 from 和 to 日期限制,触发概率未指定 monthly_chance。
触发条件
- 国家宗教属于穆斯林宗教组 (
religion.group = religion_group:muslim)。 - 当前统治者 (
ruler) 必须满足:- 拥有变量
dlh_mad_sultan_events。 - 不拥有角色修正
dlh_piety_focus_ruler。
- 拥有变量
关键效果
- 选项 A (
flavor_dlh.31.a):- 效果:在随机选定的目标区域 (
target_area) 内,所有属于事件触发国拥有的地块,其控制度将遭受极端惩罚 (change_control = control_extreme_penalty)。
- 效果:在随机选定的目标区域 (
背景介绍
此事件模拟了一位统治者的疯狂行为对国家秩序造成的冲击。当一位缺乏虔诚、行事乖张的穆斯林统治者掌权时,其不可预测的决策可能导致地方治理的崩溃,尤其是在某个特定区域引发广泛的失控与混乱。
完整事件代码
flavor_dlh.31 = {
type = country_event
title = flavor_dlh.31.title
desc = flavor_dlh.31.desc
historical_info = flavor_dlh.31.historical_info
illustration_tags = {
10 = exterior
10 = angry
}
trigger = {
religion.group = religion_group:muslim
ruler ?= {
has_variable = dlh_mad_sultan_events
NOT = { has_character_modifier = dlh_piety_focus_ruler }
}
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
random_owned_location = {
area = {
save_scope_as = target_area
}
}
ruler ?= {
save_scope_as = target_character
}
}
option = {
name = flavor_dlh.31.a
custom_tooltip = {
text = dlh_every_location_in_area_loses_control_tt
scope:target_area = {
every_location_in_area = {
limit = {
owner ?= root
}
change_control = control_extreme_penalty
}
}
}
}
}