Damage
{{#each damage.roll as | roll index | }}
{{localize (concat 'DAGGERHEART.CONFIG.HealingType.' index '.name')}}: {{total}}
{{/each}}
{{#each damage.roll as | roll index | }}
{{localize (concat 'DAGGERHEART.CONFIG.HealingType.' index '.name')}}
{{localize "DAGGERHEART.GENERAL.total"}}: {{roll.total}}
{{#each roll.parts}} {{#if damageTypes.length}} {{/if}}
{{#each dice}}
{{!--
{{total}}
--}}
{{total}}
  • {{#unless @last}}
    +
    {{/unless}} {{/each}} {{#if modifierTotal}} {{#if (gt modifierTotal 0)}}
    +
    {{/if}}
    {{modifierTotal}}
    {{/if}} {{#unless dice.length}}
    {{total}}
    {{/unless}}
    {{/each}}
    {{/each}}