mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 02:19:54 +02:00
Changed so all default rolls become BaseRolls to access convenience functions and getters
This commit is contained in:
parent
c68b3045f2
commit
d7f0747e5c
4 changed files with 8 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<div class="roll-data {{#if isCritical}}critical{{/if}}">
|
||||
<div class="duality-label">
|
||||
<span>{{localize (concat "DAGGERHEART.CONFIG.HealingType." key ".name")}}:</span>
|
||||
<span>{{damage.roll.total}}</span>
|
||||
<span>{{roll.total}}</span>
|
||||
</div>
|
||||
|
||||
<div class="roll-dice-container">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue