{{#each this.inventory.currencies as | currency |}} {{#if currency.enabled}}
{{localize currency.label}} {{formInput currency.field value=currency.value enriched=currency.value toggled=true}}
{{/if}} {{/each}}
{{> 'daggerheart.inventory-items' title='TYPES.Item.weapon' type='weapon' collection=document.itemTypes.weapon isGlassy=true canCreate=true hideResources=true }} {{> 'daggerheart.inventory-items' title='TYPES.Item.armor' type='armor' collection=document.itemTypes.armor isGlassy=true canCreate=true hideResources=true }} {{> 'daggerheart.inventory-items' title='TYPES.Item.consumable' type='consumable' collection=document.itemTypes.consumable isGlassy=true canCreate=true }} {{> 'daggerheart.inventory-items' title='TYPES.Item.loot' type='loot' collection=document.itemTypes.loot isGlassy=true canCreate=true }}