Skip to content

Commit

Permalink
Update PLUGINS.md
Browse files Browse the repository at this point in the history
update state table to match newly added values from loadout events
  • Loading branch information
colsw authored Dec 27, 2024
1 parent 18d7177 commit 583ee4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PLUGINS.md
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,10 @@ Content of `state` (updated to the current journal entry):
| `ShipType` | `str` | Internal name for the current ship type |
| `HullValue` | `int` | Current ship value, excluding modules |
| `ModulesValue` | `int` | Value of the current ship's modules |
| `UnladenMass` | `float` | Unladen mass of current ship |
| `CargoCapacity` | `int` | Max cargo capacity of current ship |
| `MaxJumpRange` | `float` | Unladen jump range of current ship |
| `FuelCapacity` | `dict[str,float]` | Current max capacity of Main & Reserve tanks |
| `Rebuy` | `int` | Current ship's rebuy cost |
| `Modules` | `dict` | Currently fitted modules |
| `NavRoute` | `dict` | Last plotted multi-hop route[1] |
Expand Down

0 comments on commit 583ee4f

Please sign in to comment.