{{#if relationChanged}} {{lookupRelationKey originalRelationKey}} → {{relation.label}} {{else}} {{relation.label}} {{/if}}

{{relation.label}} Score net : {{netScore}}
Affinité ({{affinity.value}}/6)
{{affinity.formula}} → {{affinity.roll}}
{{affinity.label}}
{{affinity.description}}
Inimitié ({{inimity.value}}/6)
{{inimity.formula}} → {{inimity.roll}}
-{{inimity.value}} — {{inimity.label}}
{{inimity.description}}
Pouvoir ({{power.value}}/6)
{{power.label}}
{{power.description}}
Influence ({{influence.value}}/6)
{{influence.label}}
{{influence.description}}
{{#if specialCharacteristics.length}}
Caractéristiques spéciales
{{#each specialCharacteristics}}
D{{d66}} {{text}}
{{#if rerollNote}}
{{rerollNote}}
{{/if}} {{#if swapNote}}
{{swapNote}}
{{/if}} {{#if narrativeText}}
{{narrativeText}}
{{/if}} {{#if newRelationKey}}
La relation devient : {{lookupRelationKey newRelationKey}}
{{/if}}
{{#if appliedDeltas.affinity}} Affinité {{formatSigned appliedDeltas.affinity}} {{/if}} {{#if appliedDeltas.inimity}} Inimitié {{formatSigned appliedDeltas.inimity}} {{/if}} {{#if appliedDeltas.power}} Pouvoir {{formatSigned appliedDeltas.power}} {{/if}} {{#if appliedDeltas.influence}} Influence {{formatSigned appliedDeltas.influence}} {{/if}}
{{/each}}
{{/if}}