{{#unless noTitle}}
{{damage.title}}
{{/unless}}
{{damage.roll.formula}}
{{#each damage.roll.dice}}
{{formula}} {{total}}
    {{#each results}}
  1. {{result}}
  2. {{/each}}
{{/each}} {{#if damage.roll.modifierTotal}}
{{#if (gt damage.roll.modifierTotal 0)}}+{{/if}}{{damage.roll.modifierTotal}}
{{/if}}
Total: {{damage.roll.total}}
{{damage.roll.total}}