{{title}}
{{#each roll.modifiers}}
{{localize label}} {{#if (gte value 0)}}+{{/if}}{{value}}
{{/each}} {{#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 roll.rally.dice}}
{{localize "DAGGERHEART.CLASS.Feature.rallyDice"}} {{roll.rally.dice}}
{{/if}}
{{roll.formula}}
1{{roll.hope.dice}} | 1{{roll.fear.dice}} {{roll.result.total}}
  1. {{localize "DAGGERHEART.GENERAL.hope"}}
    {{roll.hope.value}}
  2. {{localize "DAGGERHEART.GENERAL.fear"}}
    {{roll.fear.value}}
{{#if roll.advantage.type}}
1{{roll.advantage.dice}} {{roll.advantage.value}}
  1. {{roll.advantage.value}}
{{/if}} {{#if roll.rally.dice}}
1{{roll.rally.dice}} {{roll.rally.value}}
  1. {{roll.rally.value}}
{{/if}} {{#each roll.extra as | extra | }}
1{{extra.dice}} {{extra.value}}
  1. {{extra.value}}
{{/each}} {{#if roll.modifierTotal}}
{{#if (gt roll.modifierTotal 0)}}+{{/if}}{{roll.modifierTotal}}
{{/if}}
{{roll.result.label}}
{{roll.total}}
{{localize "DAGGERHEART.GENERAL.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}} {{else}} {{#if hasHealing}} {{/if}} {{/if}} {{#if hasEffect}} {{/if}}
{{roll.total}} {{#if (eq roll.result.duality 1)}} {{localize "DAGGERHEART.GENERAL.withThing" thing=(localize "DAGGERHEART.GENERAL.hope")}} {{else}} {{#if (eq roll.result.duality -1)}} {{localize "DAGGERHEART.GENERAL.withThing" thing=(localize "DAGGERHEART.GENERAL.fear")}} {{else}} {{localize "DAGGERHEART.GENERAL.criticalSuccess"}} {{/if}} {{/if}}