Damage
{{#each damage as | roll index | }}
{{localize (concat 'DAGGERHEART.CONFIG.HealingType.' index '.name')}}: {{total}}
{{/each}}
{{#each damage 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}} {{#each results}} {{#unless discarded}}
{{result}}
{{#unless @last}}
+
{{/unless}} {{/unless}} {{/each}} {{#unless @last}}
+
{{/unless}} {{/each}} {{#if modifierTotal}} {{#if (gt modifierTotal 0)}}
+
{{/if}}
{{modifierTotal}}
{{/if}} {{#unless dice.length}}
{{total}}
{{/unless}}
{{/each}}
{{/each}}