{{actor.name}}

{{#if result}}Action{{else}}Résolution{{/if}}

{{#if action}}{{action.title}}{{else}}{{result.label}}{{/if}}

{{actor.name}}{{#if action.subtitle}} · {{action.subtitle}}{{/if}}

{{#if result}}
{{result.successLabel}}
{{/if}}
{{#if result}}
{{localize "LESOUBLIES.rolls.score"}}{{result.score}}
{{localize "LESOUBLIES.rolls.difficulty"}}{{numberFormat result.difficulty sign=true}}
{{localize "LESOUBLIES.rolls.natural"}}{{result.natural}}
{{localize "LESOUBLIES.rolls.final"}}{{result.final}}
{{localize "LESOUBLIES.rolls.threshold"}}{{result.threshold}}+
{{localize "LESOUBLIES.rolls.margin"}}{{numberFormat result.margin sign=true}}

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

{{#each result.dice as |die|}}
{{die.typeLabel}} {{die.breakdown}} {{#if die.exploded}}{{localize "LESOUBLIES.rolls.exploded"}}{{/if}} {{#if die.sourceLabel}}{{die.sourceLabel}}{{/if}}
{{/each}}
{{/if}} {{#if action.hint}}

Rappel : {{action.hint}}

{{/if}} {{#if action.modifiers.labels.length}}
Modificateurs {{join action.modifiers.labels}}
{{/if}} {{#if action.outcome}} {{#if result}} {{#if result.success}}
{{action.outcome.label}} {{action.outcome.description}}
{{/if}} {{else}}
{{action.outcome.label}} {{action.outcome.description}}
{{/if}} {{/if}} {{#if action.damage}}
Dégâts de base {{action.damage.baseLabel}}
Protection {{action.damage.effectiveProtection}} {{action.damage.targetLabel}}
Dégâts finaux {{action.damage.finalDamage}} {{#if action.damage.nonLethal}}Non létal{{/if}}
{{/if}} {{#if action.harvest}}
Récolte {{action.harvest.threadCount}} fil{{#unless (eq action.harvest.threadCount 1)}}s{{/unless}} de {{action.harvest.threadType}} {{action.harvest.sleeperLabel}}
Dégâts subis {{action.harvest.damageTaken}}
Après le Néphertine {{action.harvest.durationHours}} h {{action.harvest.sideEffectText}}
{{/if}} {{#if action.notes}}

Notes : {{action.notes}}

{{/if}}