イベント
嵐の到来

かつての偉大なデリー 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
}
}
}
}