{{#if @root.hasRoll}} {{#unless @root.isLite}}
{{#if (eq @root.rollType 'D20Roll')}}
{{#if @root.advantage}} {{#if (eq @root.advantage 1)}}
{{localize "DAGGERHEART.GENERAL.Advantage.full"}}
{{else if (eq @root.advantage -1)}}
{{localize "DAGGERHEART.GENERAL.Disadvantage.full"}}
{{/if}} {{/if}} {{/if}} {{#if (eq @root.rollType 'DualityRoll')}}
{{localize "DAGGERHEART.GENERAL.hope"}}
Fear
{{#if @root.advantage}} {{#if (eq @root.advantage 1)}}
{{localize "DAGGERHEART.GENERAL.Advantage.full"}}
{{else if (eq @root.advantage -1)}}
{{localize "DAGGERHEART.GENERAL.Disadvantage.full"}}
{{/if}} {{/if}} {{/if}}
{{localize "DAGGERHEART.GENERAL.experience.plural"}} {{#each experiences}} {{#if name}}
{{#if (includes ../selectedExperiences id)}} {{else}} {{/if}} {{#if (eq @root.rollType 'D20Roll')}} {{name}} +{{modifier}} {{else}} {{name}} +{{value}} {{/if}}
{{/if}} {{/each}}
{{localize "DAGGERHEART.GENERAL.Modifier.plural"}}
{{#unless (eq @root.rollType 'D20Roll')}}
{{/unless}} {{#if @root.rallyDie.length}} {{localize "DAGGERHEART.CLASS.Feature.rallyDice"}} {{/if}} {{#if (eq @root.rollType 'DualityRoll')}}{{localize "DAGGERHEART.GENERAL.situationalBonus"}}{{/if}}
{{/unless}} {{#if (or costs uses)}} {{> 'systems/daggerheart/templates/dialogs/dice-roll/costSelection.hbs'}} {{/if}} {{localize "DAGGERHEART.GENERAL.formula"}}: {{@root.formula}}
{{else}} {{#if (or costs uses)}} {{> 'systems/daggerheart/templates/dialogs/dice-roll/costSelection.hbs'}} {{/if}}
{{/if}}