{{localize "DAGGERHEART.UI.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}}