mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 02:19:54 +02:00
Adjusted the -Damage- label from Hit Points to Damage in DamageDialog
This commit is contained in:
parent
02b685a8fd
commit
09addcf248
1 changed files with 1 additions and 3 deletions
|
|
@ -21,9 +21,7 @@
|
||||||
<div class="damage-formula">
|
<div class="damage-formula">
|
||||||
<span class="damage-resource"><b>{{localize "DAGGERHEART.GENERAL.formula"}}:</b> {{roll.formula}}</span>
|
<span class="damage-resource"><b>{{localize "DAGGERHEART.GENERAL.formula"}}:</b> {{roll.formula}}</span>
|
||||||
<span class="damage-details">
|
<span class="damage-details">
|
||||||
{{#with (lookup @root.config.GENERAL.healingTypes applyTo)}}
|
{{localize "DAGGERHEART.GENERAL.damage"}}
|
||||||
{{localize label}}
|
|
||||||
{{/with}}
|
|
||||||
{{#if damageTypes}}
|
{{#if damageTypes}}
|
||||||
{{#each damageTypes as | type | }}
|
{{#each damageTypes as | type | }}
|
||||||
{{#with (lookup @root.config.GENERAL.damageTypes type)}}
|
{{#with (lookup @root.config.GENERAL.damageTypes type)}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue