response.addInt(item.getBase().getSprite());
response.addString(item.getPresetFlag());
response.addInt(item.getQuantity());
response.addBool(item.getLtd());
if (item.getLtd()) {
response.addInt(item.getLtdStock());
response.addInt(item.getLtdPurchased());
}