
灾难
德里的解体
尽管已经付出了最大的努力,但我们仍无法消除对手造成的破坏。我们曾经伟大的帝国已陷入混乱,强敌环伺,四面楚歌。此诚危急存亡之秋,我国唯有直面困难,才能从那些觊觎我国土地的侵略者手下幸存……
德里国家can start
德里的衰亡局势can startharsher_requirements_for_disaster变量can start修正
定义in_game/common/disasters/dissolution_of_delhi.txt:1
3image = "gfx/interface/illustrations/situation/fall_of_delhi.dds"
7can_start = {
8has_any_active_disaster = no
11situation_is_active = yes
12exists = "active_resolution(resolution:fall_of_delhi_resolution)"
13trigger_if = {
14limit = {
}
19trigger_if = {
23custom_tooltip = {
24text = opposers_at_least_80_sop_tt 我们的反对者在德里的衰亡局势期间拥有至少80%权力支配度
26votes_for_resolution = {
27resolution = resolution:fall_of_delhi_resolution
28outcome = "active_resolution(resolution:fall_of_delhi_resolution).resolution_proposer"
29value >= 0.8
}
}
}
}
34trigger_else = {
35custom_tooltip = {
36text = opposers_at_least_95_sop_tt 我们的反对者在德里的衰亡局势期间拥有至少95%权力支配度
38votes_for_resolution = {
39resolution = resolution:fall_of_delhi_resolution
40outcome = "active_resolution(resolution:fall_of_delhi_resolution).resolution_proposer"
41value >= 0.95
}
}
}
}
}
}
48stability < 50
}
56modifier = {
}
73on_monthly = {
75random_list = {
7619 = {
76custom_tooltip = an_event_occurs_tt 将触发一项与灾难相关的事件
}
7781 = {
77custom_tooltip = no_event_occurs_tt 无事件发生
}
}
79hidden_effect = {
80random_list = {
8780 = {
}
}
}
}




