{{ playerName }}
INVENTORY
{{ (playerWeight / 1000).toFixed(1) }} / {{ (maxWeight / 1000).toFixed(1) }} kg
Capacity:

{{ slot }}

{{ getItemInSlot(slot, 'player').amount }}

{{ otherInventoryLabel }}
STORAGE
{{ (otherInventoryWeight / 1000).toFixed(1) }} / {{(otherInventoryMaxWeight / 1000).toFixed(1) }} kg
Capacity:

{{ getItemInSlot(slot, 'other').amount }}

${{ getItemInSlot(slot, 'other').price }}

{{ slot }}

{{ getHotbarItemInSlot(slot).amount }}

{{ getHotbarItemInSlot(slot).label }}

{{ notificationType }}

{{ notificationAmount }}

{{ notificationText }}

{{ item.label }}

{{ draggedItem.amount }}

{{ draggedItem.label }}