{{#each this.inventory.currencies as |currency key|}}
{{#if currency.enabled}}
{{localize currency.label}}
{{/if}}
{{/each}}
{{/if}}
{{> 'daggerheart.inventory-items'
title='TYPES.Item.weapon'
type='weapon'
actorType='party'
collection=@root.inventory.weapons
isGlassy=true
canCreate=true
hideResources=true
hideContextMenu=true
}}
{{> 'daggerheart.inventory-items'
title='TYPES.Item.armor'
type='armor'
actorType='party'
collection=@root.inventory.armor
isGlassy=true
canCreate=true
hideResources=true
hideContextMenu=true
}}
{{> 'daggerheart.inventory-items'
title='TYPES.Item.consumable'
type='consumable'
actorType='party'
collection=@root.inventory.consumables
isGlassy=true
canCreate=true
hideContextMenu=true
}}
{{> 'daggerheart.inventory-items'
title='TYPES.Item.loot'
type='loot'
actorType='party'
collection=@root.inventory.loot
isGlassy=true
canCreate=true
hideContextMenu=true
}}