Adjusted the -Damage- label from Hit Points to Damage in DamageDialog

This commit is contained in:
WBHarry 2026-07-18 21:18:20 +02:00
parent 02b685a8fd
commit 09addcf248

View file

@ -21,9 +21,7 @@
<div class="damage-formula">
<span class="damage-resource"><b>{{localize "DAGGERHEART.GENERAL.formula"}}:</b> {{roll.formula}}</span>
<span class="damage-details">
{{#with (lookup @root.config.GENERAL.healingTypes applyTo)}}
{{localize label}}
{{/with}}
{{localize "DAGGERHEART.GENERAL.damage"}}
{{#if damageTypes}}
{{#each damageTypes as | type | }}
{{#with (lookup @root.config.GENERAL.damageTypes type)}}