File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -655,6 +655,10 @@ Content of `state` (updated to the current journal entry):
655
655
| ` ShipType ` | ` str ` | Internal name for the current ship type |
656
656
| ` HullValue ` | ` int ` | Current ship value, excluding modules |
657
657
| ` ModulesValue ` | ` int ` | Value of the current ship's modules |
658
+ | ` UnladenMass ` | ` float ` | Unladen mass of current ship |
659
+ | ` CargoCapacity ` | ` int ` | Max cargo capacity of current ship |
660
+ | ` MaxJumpRange ` | ` float ` | Unladen jump range of current ship |
661
+ | ` FuelCapacity ` | ` dict[str,float] ` | Current max capacity of Main & Reserve tanks |
658
662
| ` Rebuy ` | ` int ` | Current ship's rebuy cost |
659
663
| ` Modules ` | ` dict ` | Currently fitted modules |
660
664
| ` NavRoute ` | ` dict ` | Last plotted multi-hop route[ 1] |
You can’t perform that action at this time.
0 commit comments