{{!-- En-tête --}}
{{localize "CELESTOPOL.Moon.standaloneTitle"}} {{#if actorName}} — {{actorName}} {{/if}}
{{!-- Résultat principal : phase + valeur --}}
{{moonFaceSymbol}}
{{moonFaceLabel}} {{localize "CELESTOPOL.Moon.quantiteHint"}} : {{result}}
{{!-- Interprétation Chance --}}
{{localize "CELESTOPOL.Moon.chanceInterpret"}} {{#if isGoodFortune}} {{localize "CELESTOPOL.Moon.bonneFortune"}} {{else}} {{localize "CELESTOPOL.Moon.mauvaiseFortune"}} {{/if}}
{{!-- Interprétation Narrative --}}
{{localize "CELESTOPOL.Moon.narrativeInterpret"}} {{moonResultLabel}} {{moonResultDesc}}
{{!-- Choix de la contrepartie --}} {{#if moonActorIsCharacter}}
{{localize "CELESTOPOL.Moon.applyChoose"}}
{{#if (eq moonResultTypeId "triomphe")}} {{else if (eq moonResultTypeId "brio")}} {{localize "CELESTOPOL.Moon.effectNarrativeOnly"}} {{else if (eq moonResultTypeId "contrecoup")}} {{localize "CELESTOPOL.Moon.effectNarrativeOnly"}} {{else if (eq moonResultTypeId "catastrophe")}} {{localize "CELESTOPOL.Moon.effectNarrativeOnly"}} {{/if}}
{{/if}}