====== Support Zones ======

[ [[zones]] ]

Support zones are zones that do not produce goods, but instead provide features, infrastructure and services necessary to keep the economy running.


===== List of Support Zones =====

<table>
fields {
  ?output:
  ?zone
  ?description
  ?category
}

where {
  ?zone is a: zone_type
  ?zone Description [wiki]: ?description
  optional {
    ?zone Group: ?group
  }
  ?category = Support

  optional {
    ?zone Output [wiki]: ?output
  }
  ?zone Category: ?category
}

sort {
  ?group (desc)
  ?category
}
</table>
