Skip to content

Resource region

Resource region is the resource-rich sub-type of Region — asteroid fields (ore, silicon, nividium) and gas/fluid clouds (hydrogen, methane, helium, ice).

  • Inherits region’s position-test exposure
  • .resources — what wares the region produces (when scanned)
  • .density — relative resource density 0..15
  • Player flies into a resource region → asteroids visible
  • Mining ships harvest resources from the region
  • Region’s resource profile determined by region definitions (libraries/region_definitions.xml)
<find_object name="$AsteroidField"
space="$sector"
region="true"
has_resource="ware.ore"/>

Stub page — full resource region reference coming.