{{title}}
{{roll.formula}}
{{#each roll.dice}}
{{formula}} {{total}}
    {{#each results}}
  1. {{result}}
  2. {{/each}}
{{#if (eq ../roll.advantage.type 1)}}{{localize "DAGGERHEART.General.Advantage.Full"}}{{/if}}{{#if (eq ../roll.advantage.type -1)}}{{localize "DAGGERHEART.General.Disadvantage.Full"}}{{/if}}
{{/each}}
{{roll.total}}
{{#if (gt targets.length 0)}}
{{#each targets as |target|}}
{{#if target.hit}}{{localize "Hit"}}{{else}}{{localize "Miss"}}{{/if}}
{{/each}}
{{/if}} {{#if hasDamage}}
{{/if}}