Skip to content

Economy

  • Ware β€” the economic primitive (silicon, energycells, smartchips, etc.).
  • Trade offer β€” buy/sell offer attached to a station for a specific ware.
  • Trade subscription β€” player-subscribed trade information stream.
  • Inventory / Cargo β€” what an object carries.
  • β€œHow do I add ware to a ship’s cargo?” β†’ Cargo β†’ Actions β†’ <add_cargo> / <add_ammo> for ammo-types.
  • β€œHow do I read price of a buy offer?” β†’ Trade offer β†’ Properties β†’ .price.
  • β€œHow do I find all stations selling ware X?” β†’ Ware β†’ Actions β†’ find_sell_offer chain.
  • β€œHow do I handle ware references β€” string vs wareref?” β†’ Ware β†’ Gotchas (add_inventory needs ware.{$string}).