{{roll}}
  1. {{hope.value}}
  2. {{#if advantage.value}}
  3. {{ advantage.value}}
  4. {{/if}} {{#if disadvantage.value}}
  5. {{disadvantage.value}}
  6. {{/if}}
  7. {{fear.value}}
  8. {{#each modifiers}}
  9. {{this.label}}
  10. {{/each}}
{{totalLabel}}
{{#if total.alternate}} {{#with dualityDiceStates}} {{../total.normal}} - {{../total.alternate}} {{/with}} {{else}} {{total.normal}} {{/if}}
{{#if (gt targets.length 0)}}
{{#each targets as |target|}}
{{#if target.hit}}{{localize "Hit"}}{{else}}{{#if (not ../total.alternate)}}{{localize "Miss"}}{{else}}?{{/if}}{{/if}}
{{/each}}
{{/if}}