이벤트
폭풍 전야

한때 대국이었던 델리 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
}
}
}
}