What is the difference between
and
for example?
Code:
potential = {
uses_district_set = city_world
exists = owner
owner = { has_valid_civic = civic_machine_servitor }
}
Code:
potential = {
uses_district_set = city_world
owner = { exists = owner has_valid_civic = civic_machine_servitor }
}