Bunch o fxies

This commit is contained in:
WBHarry 2025-08-07 08:32:19 +02:00
parent a1a3ccc461
commit a3775f2006
6 changed files with 20 additions and 8 deletions

View file

@ -9,7 +9,7 @@
<label for="uses.enabled">Uses{{#if uses.consumeOnSuccess}}<span class="hint">{{localize "DAGGERHEART.ACTIONS.Settings.consumeOnSuccess.short"}}{{/if}}</span></label>
</div>
</div>
<label class="modifier-label">{{uses.value}}/{{formulaValue uses.max @root.rollConfig.data}}</label>
<label class="modifier-label">1/{{uses.remaining}}</label>
</li>
{{/if}}
{{#each costs as | cost index |}}

View file

@ -127,6 +127,6 @@
</div>
{{#> 'systems/daggerheart/templates/sheets/global/tabs/tab-navigation.hbs'}}
<button data-action="openSettings" data-tooltip-text="{{localize "DAGGERHEART.UI.Tooltip.openSheetSettings"}}"><i class="fa-solid fa-wrench"></i></button>
<button type="button" data-action="openSettings" data-tooltip-text="{{localize "DAGGERHEART.UI.Tooltip.openSheetSettings"}}"><i class="fa-solid fa-wrench"></i></button>
{{/'systems/daggerheart/templates/sheets/global/tabs/tab-navigation.hbs'}}
</header>