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