Skip to content

Build storage

Build storage is the storage component of a Build module. It holds construction wares (hull parts, claytronics, etc.) that the build module consumes during station construction.

  • .parent β€” the build module containing this storage
  • .cargo β€” the wares currently held for construction
  • .cargo.capacity β€” maximum storage capacity

When a station is under construction:

  1. Build module pulls wares from build storage
  2. Build storage consumed for each construction step
  3. Resupply via traders
  4. When storage is empty, construction pauses until refilled
  • Build module β€” parent containing build storage
  • Container β€” cargo abstract class
  • Cargo β€” generic cargo abstraction
  • Ware β€” what fills the storage

Stub page β€” full build storage reference coming.