Merged with main

This commit is contained in:
WBHarry 2025-11-20 11:13:07 +01:00
commit 30828cd6ee
11 changed files with 341 additions and 54 deletions

View file

@ -53,6 +53,7 @@
collection=document.itemTypes.loot
isGlassy=true
canCreate=true
showActions=true
}}
</div>
</section>

View file

@ -139,7 +139,7 @@ Parameters:
{{> "systems/daggerheart/templates/sheets/global/partials/item-resource.hbs"}}
{{/if}}
{{!-- Actions Buttons --}}
{{#if (and showActions (eq item.type 'feature'))}}
{{#if (and showActions item.system.actions.size)}}
<div class="item-buttons">
{{#each item.system.actions as | action |}}
<div class="item-button">