Skip to content

Commit 583ee4f

Browse files
authored
Update PLUGINS.md
update state table to match newly added values from loadout events
1 parent 18d7177 commit 583ee4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

PLUGINS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,10 @@ Content of `state` (updated to the current journal entry):
655655
| `ShipType` | `str` | Internal name for the current ship type |
656656
| `HullValue` | `int` | Current ship value, excluding modules |
657657
| `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 |
658662
| `Rebuy` | `int` | Current ship's rebuy cost |
659663
| `Modules` | `dict` | Currently fitted modules |
660664
| `NavRoute` | `dict` | Last plotted multi-hop route[1] |

0 commit comments

Comments
 (0)