{{localize "DAGGERHEART.Chat.AttackRoll.Title" attack=this.title}}
{{roll}}
{{this.dice.rolls.length}}{{this.dice.type}} {{this.dice.rollTotal}}
    {{#each this.dice.rolls}}
  1. {{this.value}}
  2. {{/each}}
{{#if (eq this.advantageState 1)}}{{localize "DAGGERHEART.General.Advantage.Full"}}{{/if}}{{#if (eq this.advantageState 2)}}{{localize "DAGGERHEART.General.Disadvantage.Full"}}{{/if}}
{{this.total}}
{{#if (gt targets.length 0)}}
{{#each targets as |target|}}
{{#if target.hit}}{{localize "Hit"}}{{else}}{{localize "Miss"}}{{/if}}
{{/each}}
{{/if}}