{{#if inventory.hasCurrency}} {{> "systems/daggerheart/templates/sheets/global/partials/gold.hbs" currencies=inventory.currencies}} {{/if}}
{{> 'daggerheart.inventory-items' title='TYPES.Item.weapon' type='weapon' actorType='party' collection=@root.inventory.weapons isGlassy=true canCreate=@root.editable hideResources=true hideContextMenu=true isQuantifiable=true }} {{> 'daggerheart.inventory-items' title='TYPES.Item.armor' type='armor' actorType='party' collection=@root.inventory.armor isGlassy=true canCreate=@root.editable hideResources=true hideContextMenu=true isQuantifiable=true }} {{> 'daggerheart.inventory-items' title='TYPES.Item.consumable' type='consumable' actorType='party' collection=@root.inventory.consumables isGlassy=true canCreate=@root.editable hideContextMenu=true isQuantifiable=true }} {{> 'daggerheart.inventory-items' title='TYPES.Item.loot' type='loot' actorType='party' collection=@root.inventory.loot isGlassy=true canCreate=@root.editable hideContextMenu=true isQuantifiable=true }}