# Planet District Zone Slots # slot_test_01 = { # start = zone_default # A zone of this type is immediately placed in a new district slot. # # include = { # A list of zone types that are available to be built in the slot. The key 'all' can be used to include all existing zone types. # all # } # # exclude = { # A list of zone types that aren't available to be built in the slot. # zone_test_05 # } # # included_zone_sets = { # # Zones belonging to any zone set listed here can be constructed in this slot # } # # excluded_zone_sets = { # # Zones belonging to any zone set listed here cannot be constructed in this slot # } # # potential = { # always = yes # Trigger that defines whether the slot is available on the planet at all. Scope = Planet. # } # # unlock = { # Trigger that defines whether the slot is unlocked on the planet. Scope = Planet. # always = yes # } # }