====== Augmentation Zones ======

[ [[zones]] ]

Augmentation zones are zones that directly influence other zones. Augmentation Zones are dedicated to a single product or raw material and increase the production of all zones that produce this type of good by +15. You may have multiple Augmentation Zones per planet. These can either affect different products or raw materials or they may affect the same product or raw materials. The effects stack.

===== List of Augmentation Zones =====

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

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

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

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