CargoShip
Cargo ships are used to trade between TradingStations.
Inherits
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| cargoAmount | Number | R | Current amount of cargo stored |
| cargoName | String | R | Name of cargo item |
| currentCargo | Resource | R | Current cargo type |
| destinationStation | TradingStation | R | Target station |
| full | Boolean | R | Is ship at capacity? |
| maxCargo | Number | R | Maximum amount of cargo holdable |
| nextCargo | Resource | R | The next resource type to be held |
| startStation | TradingStation | R | Station where trade was initiated |
| trading | Boolean | R | True if actively trading |
