This commit is contained in:
WBHarry 2026-04-11 22:35:18 +02:00
parent d7b37f8178
commit 38edbaf328
38 changed files with 171 additions and 66 deletions

View file

@ -1,6 +1,6 @@
<div class="daggerheart dh-style tooltip">
<div class="tooltip-header"><h2>{{localize "Adversaries"}} ({{currentBP}}/{{maxBP}})</h2></div>
<div class="tooltip-header"><h2>{{localize "DAGGERHEART.GENERAL.Adversary.plural"}} ({{currentBP}}/{{maxBP}})</h2></div>
<div class="battlepoint-categories-container">
<div class="battlepoint-categories-inner-container">
{{#each categories as |category key|}}
@ -17,7 +17,7 @@
</div>
</div>
<div class="tooltip-header"><h2>{{localize "Modifiers"}}</h2></div>
<div class="tooltip-header"><h2>{{localize "DAGGERHEART.GENERAL.Modifier.plural"}}</h2></div>
<div class="battlepoint-toggles-container">
{{#each toggles as |toggle|}}
<div class="battlepoint-toggle-container {{#if (and toggle.disabled (not toggle.checked))}}inactive{{/if}}">