====== Industry Zones ======
[ [[zones]], [[first tier zones]], [[second tier zones]], [[third tier zones]] ]

Industry zones are zones that produce goods, either by creating them, or by processing other goods. Industry Zones are divided into groups, or tiers, based on the zone's place in the economy. Each higher tier uses goods produced by a lower tier. For example, The (:healthcare) [[Healthcare Products Zone]] is a [[Second Tier zones|Second Tier zone]], as it depends only on the First Tier goods (:organics) and (:rare-elements).

===== List of Industry Zones =====

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

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

  optional {
    ?zone Output [wiki]: ?output
  }
  ?zone Category: ?category
}
 
sort {
  ?group (desc)
  ?category
}
</table>