mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
Make all item types quantifiable in the party actor
This commit is contained in:
parent
76a3268cf3
commit
9aab9fca52
13 changed files with 91 additions and 45 deletions
|
|
@ -39,6 +39,7 @@
|
|||
collection=@root.inventory.consumables
|
||||
isGlassy=true
|
||||
canCreate=true
|
||||
isQuantifiable=true
|
||||
}}
|
||||
{{> 'daggerheart.inventory-items'
|
||||
title='TYPES.Item.loot'
|
||||
|
|
@ -47,6 +48,7 @@
|
|||
isGlassy=true
|
||||
canCreate=true
|
||||
showActions=true
|
||||
isQuantifiable=true
|
||||
}}
|
||||
</div>
|
||||
</section>
|
||||
|
|
@ -29,6 +29,7 @@
|
|||
canCreate=true
|
||||
hideResources=true
|
||||
hideContextMenu=true
|
||||
isQuantifiable=true
|
||||
}}
|
||||
{{> 'daggerheart.inventory-items'
|
||||
title='TYPES.Item.armor'
|
||||
|
|
@ -39,6 +40,7 @@
|
|||
canCreate=true
|
||||
hideResources=true
|
||||
hideContextMenu=true
|
||||
isQuantifiable=true
|
||||
}}
|
||||
{{> 'daggerheart.inventory-items'
|
||||
title='TYPES.Item.consumable'
|
||||
|
|
@ -48,6 +50,7 @@
|
|||
isGlassy=true
|
||||
canCreate=true
|
||||
hideContextMenu=true
|
||||
isQuantifiable=true
|
||||
}}
|
||||
{{> 'daggerheart.inventory-items'
|
||||
title='TYPES.Item.loot'
|
||||
|
|
@ -57,6 +60,7 @@
|
|||
isGlassy=true
|
||||
canCreate=true
|
||||
hideContextMenu=true
|
||||
isQuantifiable=true
|
||||
}}
|
||||
</div>
|
||||
</section>
|
||||
Loading…
Add table
Add a link
Reference in a new issue