{{title}}
{{roll.formula}}
{{#each roll.dice as | dice index |}}
{{formula}} {{total}}
    {{#each results}}
  1. {{result}}
  2. {{/each}}
{{#if (eq index 0)}}
{{#if (eq ../roll.advantage.type 1)}}{{localize "DAGGERHEART.General.Advantage.Full"}}{{/if}}{{#if (eq ../roll.advantage.type -1)}}{{localize "DAGGERHEART.General.Disadvantage.Full"}}{{/if}}
{{/if}}
{{/each}}
{{roll.total}}
Damage
{{> 'systems/daggerheart/templates/chat/parts/damage-chat.hbs' damage=damage noTitle=true}}
{{> 'systems/daggerheart/templates/chat/parts/target-chat.hbs'}} {{#if hasDamage}}
{{#if damage.roll}}
{{!-- --}}
{{else}}
{{/if}}
{{/if}}