<LLDiscardItem Armory="True" ItemIDs="4206,10003"/> Only the items in the backpack have been discarded
I have modified the content of the LLDiscardItem file. If only there were a better way var slots = InventoryManager.FilledInventoryAndArmory.Where(x => ItemIds.Contains((int)x.RawItemId)).ToList();
This is likely something you should ask @nt153133 on their discord as it is not an officially included tag.