{{roll}}
  1. {{hope.value}}
  2. {{fear.value}}
  3. {{#if advantage.value}}
  4. {{ advantage.value}}
  5. {{/if}} {{#if disadvantage.value}}
  6. {{disadvantage.value}}
  7. {{/if}}
    {{#each modifiers}}
  8. {{this.label}}
  9. {{/each}}
{{totalLabel}}
{{total}}
{{!-- V1.3 --}} {{!--
{{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}}
--}}