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

is_location_claimed_or_owned_by_country

is_location_claimed_or_owned_by_countryin_game/common/scripted_triggers/situation_triggers.txt:992

Location has a claim or is directly controlled by a Main country

Определениеin_game/common/scripted_triggers/situation_triggers.txt:992

993$owner_country$ = {
994save_temporary_scope_as = owner_country_scope
}
996OR = {
997scope:owner_country_scope = {
998has_colonial_claim = root.province_definition
}
1000AND = {
1001has_owner = yes
1002top_owner ?= scope:owner_country_scope
}
}