{{localize "DAGGERHEART.Chat.AttackRoll.Title" attack=this.title}}
{{roll.formula}}
{{#each dice}}
{{number}}{{denomination}} {{total}}
    {{#each results}}
  1. {{result}}
  2. {{/each}}
{{#if ../advantageState}}{{localize "DAGGERHEART.General.Advantage.Full"}}{{/if}}{{#if (eq ../advantageState false)}}{{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}}