{{#if targetSelection}}
{{/if}}
{{#if roll.hasSave}}
{{#if ../roll.hasSave}}{{/if}}
{{else}}
{{localize "DAGGERHEART.GENERAL.noTarget"}}
{{/each}}
Reaction Roll All Targets
{{/if}}
{{#each currentTargets}}
{{name}}
{{#if ../targetSelection}}
{{#if hit}}
{{localize "DAGGERHEART.GENERAL.hit.single"}}
{{else}}
{{localize "DAGGERHEART.GENERAL.miss.single"}}
{{/if}}
{{/if}}