When written: at startup, note this is now written slightly later in startup, after we have initialised missions, so we can detect if any cargo came from an abandoned delivery mission. The first Cargo event in the file will contain the full inventory, others just indicate a separate file has been written. The full data is now written to a separate file Cargo.json. A simple event (with no parameters) is written to the main journal file when the cargo file is updated.
Debug Information
{"name":"Cargo","description":"When written: at startup, note this is now written slightly later in startup, after we have initialised missions, so we can detect if any cargo came from an abandoned delivery mission. The first Cargo event in the file will contain the full inventory, others just indicate a separate file has been written. The full data is now written to a separate file Cargo.json. A simple event (with no parameters) is written to the main journal file when the cargo file is updated.","properties":[{"name":"timestamp","type":"string","description":"Timestamp in UTC, ISO 8601","optional":false,"examples":["2022-09-11T22:00:45Z","2022-09-12T08:54:21Z","2022-09-12T08:54:24Z"]},{"name":"event","type":"string","description":"","optional":false,"examples":["Cargo"]},{"name":"Vessel","type":"string","description":"","optional":false,"examples":["Ship","SRV"]},{"name":"Count","type":"integer","description":"","optional":false,"examples":[16,0,1]},{"name":"Inventory","type":"array","description":"","optional":true,"examples":[],"properties":[{"name":"Name","type":"string","description":"","optional":false,"examples":["drones","metaalloys","bertrandite"]},{"name":"Name_Localised","type":"string","description":"","optional":true,"examples":["Limpet","Meta-Alloys","Guardian Relic"]},{"name":"Count","type":"integer","description":"","optional":false,"examples":[16,1,5]},{"name":"Stolen","type":"integer","description":"","optional":false,"examples":[0,1,7]},{"name":"MissionID","type":"integer","description":"","optional":true,"examples":[811118045,811114594,893617620]}]}]}