FEAT: add resources to inventory-item template

This commit is contained in:
Joaquin Pereyra 2025-07-16 13:41:22 -03:00
parent d26ed22e74
commit aee8753f63
19 changed files with 224 additions and 222 deletions

View file

@ -7,6 +7,7 @@
isGlassy=true
collection=effects.actives
canCreate=true
hideResources=true
}}
{{> 'daggerheart.inventory-items'
@ -15,5 +16,6 @@
isGlassy=true
collection=effects.inactives
canCreate=true
hideResources=true
}}
</section>

View file

@ -9,6 +9,7 @@
type='feature'
collection=category.values
canCreate=true
showActions=true
}}
{{/if}}

View file

@ -19,6 +19,7 @@
collection=document.itemTypes.weapon
isGlassy=true
canCreate=true
hideResources=true
}}
{{> 'daggerheart.inventory-items'
title='TYPES.Item.armor'
@ -26,6 +27,7 @@
collection=document.itemTypes.armor
isGlassy=true
canCreate=true
hideResources=true
}}
{{> 'daggerheart.inventory-items'
title='TYPES.Item.consumable'

View file

@ -88,6 +88,7 @@
type=item.type
hideTags=true
hideDescription=true
hideResources=true
}}
{{/if}}
{{/each}}
@ -106,6 +107,7 @@
type='domainCard'
hideTags=true
hideDescription=true
hideResources=true
}}
{{/each}}