Pas de perte d'endurance quand éméché

This commit is contained in:
2026-03-24 20:43:15 +01:00
parent 4141eeaa4a
commit bcc1ec6a37
3 changed files with 13 additions and 3 deletions

View File

@@ -16,7 +16,11 @@
{{#if jetVie.rolled.isEchec}}
<br>
<span>
{{alias}} perd {{perteEndurance.perte}} points d'endurance. {{#if perteEndurance.perteVie}}<br/>Il tombe inconscient et perd un point de vie.{{/if}}
{{#if perteEndurance.perte}}Perte de {{perteEndurance.perte}} points d'endurance.
{{else if (eq ajustementEthylique 0)}}Pas de perte d'endurance.
{{/if}}
{{#if perteEndurance.perteVie}}{{alias}} tombe inconscient et perd un point de vie.{{/if}}
{{#if jetMoral}}
<br/>Jet de moral {{#if jetMoral.succes}}réussi{{else}}manqué{{/if}} en situation heureuse ({{jetMoral.jet}}/{{jetMoral.difficulte}}).
{{#if (gt jetMoral.ajustement 0)}}L'alcool met en joie {{alias}} qui gagne un point de moral.