====== Third Tier Zones ======

[ [[zones]], [[industry zones]] ]

Third Tier zones are [[industry zones]] that consume goods from [[second tier zones]], they might also consume goods from lower tiers. They are also sometimes called Special Goods Zones, or Secondary Zones.

===== List of Third Tier Zones =====

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

where {
  ?zone is a: zone_type
  ?zone Description [wiki]: ?description
  ?zone Group: ?group
  ?group = Third Tier

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

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