事件
山雨欲来

曾经强盛的德里 Dynasty王朝虚弱不堪的传言已使Target Capital的宫廷深信不疑。摆在我们面前的是一个艰难的选择。我们可以鼓起勇气,对抗德里侵略者,这自然会令他们不悦,甚至招致他们的愤怒。然而,我们的群臣都纷纷进谏,战无不胜的阿修罗已经被胜利所彻底抛弃,以至于衰弱到一触即崩的地步,因此他们强烈地建议反抗这样的强权,并想方设法地扩大我们的领土。
德里国家option 1定义in_game/events/situations/fall_of_delhi.txt:394
395type = country_event
396category = situation_event
398title = delhi_situation.2.title 山雨欲来
399desc = delhi_situation.2.desc 曾经强盛的德里 Dynasty王朝虚弱不堪的传言已使Target Capital的宫廷深信不疑。摆在我们面前的是一个艰难的选择。我们可以鼓起勇气,对抗德里侵略者,这自然会令他们不悦,甚至招致他们的愤怒。然而,我们的群臣都纷纷进谏,战无不胜的阿修罗已经被胜利所彻底抛弃,以至于衰弱到一触即崩的地步,因此他们强烈地建议反抗这样的强权,并想方设法地扩大我们的领土。
400outcome = neutral
402image = "gfx/interface/illustrations/situation/fall_of_delhi.dds"
404immediate = {
405capital = {
405save_scope_as = target_capital
}
407ruler_or_regent ?= {
407save_scope_as = target_character
}
408random_owned_location = {
409limit = {
410any_neighbor_location = {
411owner ?= ROOT
}
}
414save_scope_as = target_location
}
416if = {
417limit = {
418exists = scope:target_location
}
420random_owned_location = {
421limit = {
422any_neighbor_location = {
423owner ?= ROOT
}
425province = {
426NOT = {
427any_location_in_province = {
428this = scope:target_location
}
}
}
}
433save_scope_as = target_location2
}
}
436if = {
437limit = {
437exists = scope:target_location2
}
438random_owned_location = {
439limit = {
440any_neighbor_location = {
441owner ?= ROOT
}
443province = {
444NOT = {
445any_location_in_province = {
446OR = {
447this = scope:target_location
448this = scope:target_location2
}
}
}
}
}
455save_scope_as = target_location3
}
}
}
}