Entity Catalog¶
Reference page — no implementation status (index of entity schema docs). (impl audit 2026-06-16)
Sector-resident entities — ships, planets, stations, genesis devices, cargo wrecks — each have their own schema doc. This page is the index.
| Entity | Doc | Purpose |
|---|---|---|
| Ship / ShipRegistry / ShipSpecification | ./ships.md |
Player-owned vessels: position, cargo, combat readiness, ownership-of-record ledger, per-type balance data. Includes Carrier hangar JSONB and Tractor Beam tow state. |
| Planet | ./planets.md |
Habitable / colonizable bodies; long-form economic and defensive base. Includes citadel state, formation lifecycle, landing-rights JSONB. |
| Station / TradeDock / ConstructionSlip / ShipConstructionProject | ./stations.md |
Trade hubs: the canonical Class-0…Class-11 player-ownable stations and the premium NPC-only TradeDock with its 12-slip shipyard pipeline. |
| GenesisDevice / PlanetFormation | ./genesis-devices.md |
Deployable terraforming devices and the per-deployment formation records they spawn. |
| CargoWreck | ./cargo-wrecks.md |
Salvageable wrecks left in a sector when a ship is destroyed. |
For the JSONB column shapes referenced from these tables (cargo, combat, services, etc.), see ./jsonb-schema.md. For the schema-evolution history, see ./migrations.md.