Add Neopets ID to support layer UI

Using this to get an at-a-glance check on how Neopets IDs are typically assigned for body-specific items… looks like it's increasing, and alphabetical by species? (not by species ID?)
This commit is contained in:
Emi Matchu 2021-03-14 07:18:36 -07:00
parent 7c5e7ab21a
commit 2dcfc7524a

View file

@ -75,6 +75,7 @@ function ItemSupportAppearanceLayer({
</Box>
<Box fontWeight="bold">{itemLayer.zone.label}</Box>
<Box>Zone ID: {itemLayer.zone.id}</Box>
<Box>Neopets ID: {itemLayer.remoteId}</Box>
<Box>DTI ID: {itemLayer.id}</Box>
<ItemLayerSupportModal
item={item}