{{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/ui/chat/parts/damage-chat.hbs' damage=damage noTitle=true}}
{{> 'systems/daggerheart/templates/ui/chat/parts/target-chat.hbs'}} {{#if hasDamage}}
{{#if damage.roll}}
{{else}}
{{/if}}
{{/if}}