This is written when there is any change to the contents of the suit backpack – note this can be written at the same time as other events like UseConsumable
Debug Information
{"name":"BackpackChange","description":"This is written when there is any change to the contents of the suit backpack – note this can be written at the same time as other events like UseConsumable","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":["BackpackChange"]},{"name":"Added","type":"array","description":"","optional":true,"examples":[],"properties":[{"name":"Name","type":"string","description":"","optional":false,"examples":["energycell","amm_grenade_emp","amm_grenade_frag"]},{"name":"Name_Localised","type":"string","description":"","optional":true,"examples":["Energy Cell","Shield Disruptor","Frag Grenade"]},{"name":"OwnerID","type":"integer","description":"","optional":false,"examples":[0,2954264951,2952913247]},{"name":"Count","type":"integer","description":"","optional":false,"examples":[1,8,4]},{"name":"Type","type":"string","description":"","optional":false,"examples":["Consumable","Component","Item"]},{"name":"MissionID","type":"integer","description":"","optional":true,"examples":[839014036,895446120,895536604]}]},{"name":"Removed","type":"array","description":"","optional":true,"examples":[],"properties":[{"name":"Name","type":"string","description":"","optional":false,"examples":["energycell","amm_grenade_emp","amm_grenade_frag"]},{"name":"Name_Localised","type":"string","description":"","optional":true,"examples":["Energy Cell","Shield Disruptor","Frag Grenade"]},{"name":"OwnerID","type":"integer","description":"","optional":false,"examples":[0,2954264951,2952913247]},{"name":"Count","type":"integer","description":"","optional":false,"examples":[1,8,4]},{"name":"Type","type":"string","description":"","optional":false,"examples":["Consumable","Component","Item"]},{"name":"MissionID","type":"integer","description":"","optional":true,"examples":[839014036,895446120,895536604]}]}]}