Economy
Core abstractions
Section titled βCore abstractionsβ- 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.
Common questions (planned)
Section titled βCommon questions (planned)β- β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_offerchain. - βHow do I handle ware references β string vs wareref?β β Ware β Gotchas (
add_inventoryneedsware.{$string}).