Скриптовое условие

is_adjacent_to_owned_or_subject_owns

is_adjacent_to_owned_or_subject_ownsin_game/common/scripted_triggers/building_triggers.txt:1

Определениеin_game/common/scripted_triggers/building_triggers.txt:1

2custom_tooltip = {
3text = is_adjacent_to_owned_or_subject_owns Примыкает к Concept, находящемуся Concept, или принадлежит Concept
4any_neighbor_location = {
5OR = {
6owner ?= scope:actor
7owner ?= {
8exists = overlord
9overlord = scope:actor
}
}
}
}