mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 12:41:07 +01:00
Fixed so the damage calculation is correct. Fixed so the right tooltip is shown for attacks
This commit is contained in:
parent
8f917c3640
commit
51135b6a67
8 changed files with 48 additions and 32 deletions
|
|
@ -30,7 +30,7 @@
|
|||
</div>
|
||||
<div class="tooltip-information">
|
||||
<label>{{localize "DAGGERHEART.GENERAL.damage"}}</label>
|
||||
<div>{{{damageFormula item.system.attack item.parent}}}</div>
|
||||
<div>{{{damageFormula item.system.attack}}}</div>
|
||||
</div>
|
||||
<div class="tooltip-information">
|
||||
<label>{{localize "DAGGERHEART.GENERAL.damageType"}}</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue