{{#unless noTitle}}
{{damage.title}}
{{/unless}}
{{#each damage.roll as | roll index | }}
{{localize (concat 'DAGGERHEART.CONFIG.HealingType.' index '.name')}}
{{roll.formula}}
{{#each roll.parts}}
{{formula}} {{total}}
    {{#each dice}} {{#each results}}
  1. {{result}}
  2. {{/each}} {{/each}}
{{#if modifierTotal}}
{{#if (gt modifierTotal 0)}}+{{/if}}{{modifierTotal}}
{{/if}}
{{localize "DAGGERHEART.GENERAL.total"}}: {{total}}
{{/each}}
{{roll.total}}
{{/each}}