{{actor.name}}
{{localize "LESOUBLIES.rolls.confrontation"}} {{localize "LESOUBLIES.rolls.confrontationType"}} · {{confrontationType}}

{{attacker.label}} · {{defender.label}}

{{outcomeLabel}}
{{#if action}}

{{action.title}}

{{#if action.subtitle}}{{action.subtitle}}{{/if}}
{{#if action.hint}}

Rappel : {{action.hint}}

{{/if}} {{#if action.modifiers.labels.length}}
Modificateurs {{join action.modifiers.labels}}
{{/if}} {{#if action.outcome}} {{#if action.outcome.success}}
{{action.outcome.label}} {{action.outcome.description}}
{{/if}} {{/if}} {{#if action.damage}}
Dégâts {{action.damage.finalDamage}} {{#if action.damage.nonLethal}}Non létal{{/if}}
Protection {{action.damage.effectiveProtection}} {{action.damage.targetLabel}}
{{/if}} {{#if action.notes}}

Notes : {{action.notes}}

{{/if}}
{{/if}}

{{attacker.label}}

{{attacker.rollModeLabel}}
{{localize "LESOUBLIES.rolls.score"}}{{attacker.score}}
{{localize "LESOUBLIES.rolls.difficulty"}}{{numberFormat attacker.difficulty sign=true}}
{{localize "LESOUBLIES.rolls.natural"}}{{attacker.natural}}
{{localize "LESOUBLIES.rolls.final"}}{{attacker.final}}

{{localize "LESOUBLIES.rolls.resolution"}} : {{attacker.natural}} + {{attacker.score}} {{numberFormat attacker.difficulty sign=true}}{{#if attacker.finalModifier}} {{numberFormat attacker.finalModifier sign=true}}{{/if}} = {{attacker.final}}

{{#each attacker.dice as |die|}}
{{die.typeLabel}} {{die.breakdown}} {{#if die.exploded}}{{localize "LESOUBLIES.rolls.exploded"}}{{/if}} {{#if die.sourceLabel}}{{die.sourceLabel}}{{/if}}
{{/each}}
{{localize "LESOUBLIES.rolls.result"}} {{attacker.successLabel}} {{attacker.selectedSummary}}
{{localize "LESOUBLIES.rolls.debt"}} {{attacker.debt.label}}
{{#if attacker.spentResource}}
{{localize "LESOUBLIES.rolls.extraDie"}} {{attacker.spentResource.label}}
{{/if}} {{#if attacker.automaticFailure}}
{{localize "LESOUBLIES.rolls.result"}} {{localize "LESOUBLIES.rolls.naturalOne"}}
{{/if}}

{{defender.label}}

{{defender.rollModeLabel}}
{{localize "LESOUBLIES.rolls.score"}}{{defender.score}}
{{localize "LESOUBLIES.rolls.difficulty"}}{{numberFormat defender.difficulty sign=true}}
{{localize "LESOUBLIES.rolls.natural"}}{{defender.natural}}
{{localize "LESOUBLIES.rolls.final"}}{{defender.final}}

{{localize "LESOUBLIES.rolls.resolution"}} : {{defender.natural}} + {{defender.score}} {{numberFormat defender.difficulty sign=true}}{{#if defender.finalModifier}} {{numberFormat defender.finalModifier sign=true}}{{/if}} = {{defender.final}}

{{#each defender.dice as |die|}}
{{die.typeLabel}} {{die.breakdown}} {{#if die.exploded}}{{localize "LESOUBLIES.rolls.exploded"}}{{/if}} {{#if die.sourceLabel}}{{die.sourceLabel}}{{/if}}
{{/each}}
{{localize "LESOUBLIES.rolls.result"}} {{defender.successLabel}} {{defender.selectedSummary}}
{{localize "LESOUBLIES.rolls.debt"}} {{defender.debt.label}}
{{#if defender.spentResource}}
{{localize "LESOUBLIES.rolls.extraDie"}} {{defender.spentResource.label}}
{{/if}} {{#if defender.automaticFailure}}
{{localize "LESOUBLIES.rolls.result"}} {{localize "LESOUBLIES.rolls.naturalOne"}}
{{/if}}