mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-12 07:20:02 +03:00
Update PLUGINS.md
update state table to match newly added values from loadout events
This commit is contained in:
parent
18d71776b3
commit
583ee4fa50
@ -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] |
|
||||
|
Loading…
x
Reference in New Issue
Block a user