Elite Dangerous Journal Schemas

Loadout

When written: at startup, when loading from main menu, or when switching ships, or after changing the ship in Outfitting, or when docking SRV back in mothership

Properties

Name Type Optional Description Examples
timestamp string No Timestamp in UTC, ISO 8601
  • 2022-09-11T22:00:45Z
  • 2022-09-12T08:54:21Z
  • 2022-09-12T08:54:24Z
event string No
  • Loadout
Ship string No
  • krait_mkii
  • asp
  • cutter
ShipID integer No Ship id number (indicates which of your ships you are in)
  • 18
  • 5
  • 25
ShipName string No User-defined ship name
  • Goidgobbler
  • Starhopper
ShipIdent string No User-defined ship ID string
  • ASP-01
  • KM2-02
HullValue integer Yes
  • 38743029
  • 6136672
  • 157587908
ModulesValue integer Yes
  • 103808724
  • 27690569
  • 27512227
HullHealth number No
  • 0.995647
  • 1
  • 0.761888
UnladenMass number No Mass of Hull and Modules, excludes fuel and cargo
  • 729
  • 340.286102
  • 338.286102
CargoCapacity integer No
  • 16
  • 48
  • 0
MaxJumpRange number No based on zero cargo, and just enough fuel for 1 jump
  • 27.032085
  • 63.0658
  • 63.065804
FuelCapacity object No -
Name Type Optional Description Examples
Main number No
  • 32
  • 64
  • 16
Reserve number No
  • 0.63
  • 1.16
  • 0.74
Rebuy integer No
  • 7127591
  • 1691363
  • 1682447
Modules array No -
Name Type Optional Description Examples
Slot string No Slot name
  • LargeHardpoint1
  • LargeHardpoint2
  • LargeHardpoint3
Item string No Module name - lowercase
  • hpt_flakmortar_turret_medium
  • hpt_guardian_gausscannon_fixed_medium
  • hpt_heatsinklauncher_turret_tiny
On boolean No
  • true
  • false
Priority integer No
  • 0
  • 1
  • 4
AmmoInClip integer Yes If relevant. For a passenger cabin, AmmoInClip holds the number of places in the cabin.
  • 1
  • 4
  • 12
AmmoInHopper integer Yes if relevant
  • 32
  • 400
  • 3
Health number No
  • 1
  • 0.996043
  • 0.997162
Value integer Yes
  • 1104948
  • 3072
  • 356556
Engineering object Yes If engineered -
Name Type Optional Description Examples
EngineerID integer No
  • 300001
  • 300110
  • 300210
BlueprintID integer No
  • 128988383
  • 128731666
  • 128673644
BlueprintName string No
  • Weapon_RapidFire
  • Misc_HeatSinkCapacity
  • Armour_HeavyDuty
Level integer No
  • 1
  • 5
  • 4
Quality number No
  • 0
  • 1
  • 0.98
Modifiers array No -
Engineer string Yes
  • Ram Tah
  • Selene Jean
  • Hera Tani
ExperimentalEffect string Yes
  • special_armour_chunky
  • special_powerplant_highcharge
  • special_engine_overloaded
ExperimentalEffect_Localised string Yes
  • Deep Plating
  • Monstered
  • Drag Drives
Hot boolean Yes If wanted at startup
  • true