Elite Dangerous Journal Schemas

ModuleBuy

When Written: when buying a module in outfitting

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
  • ModuleBuy
Slot string No Slot that is outfitted
  • Slot03_Size3
  • Slot04_Size3
  • TinyHardpoint1
BuyItem string No The module being purchased
  • $int_dronecontrol_unkvesselresearch_name;
  • $int_multidronecontrol_xeno_size3_class3_name;
  • $int_multidronecontrol_mining_size3_class3_name;
BuyItem_Localised string Yes
  • Research
  • Xeno Multi-Limpet Controller
  • Mining Multi-Limpet Controller
MarketID integer No
  • 128666762
  • 128679559
  • 128927917
BuyPrice integer No Price paid
  • 1535274
  • 43875
  • 70200
Ship string No The player's ship
  • asp
  • cutter
  • krait_mkii
ShipID integer No The player's ship ID
  • 5
  • 25
  • 34
StoredItem string Yes If existing module in slot is stored
  • $int_lifesupport_size4_class1_name;
  • $int_sensors_size5_class1_name;
  • $int_powerdistributor_size4_class1_name;
StoredItem_Localised string Yes If existing module in slot is stored
  • Life Support
  • Sensors
  • Power Distributor
SellItem string Yes If existing module in slot is sold
  • $int_hyperdrive_size5_class1_name;
  • $int_powerplant_size5_class1_name;
  • $int_powerdistributor_size4_class1_name;
SellItem_Localised string Yes If existing module in slot is sold
  • FSD
  • Power Plant
  • Power Distributor
SellPrice integer Yes If existing module in slot is sold
  • 61436
  • 52044
  • 11065