[Feature] Make all item types quantifiable in the party (#1808)

* Show notification when invalid item types are added to actors

* Make all item types quantifiable in the party actor

* Remove from comment

* Use isInventoryItem to set quantity

* Fix formatting
This commit is contained in:
Carlos Fernandez 2026-04-16 05:12:36 -04:00 committed by GitHub
parent d9b322406d
commit 2fde61a1d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 85 additions and 46 deletions

View file

@ -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>

View file

@ -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>