2021-01-09 19:38:24 +01:00
{{ # if isGM }}
<span>
{{ # if ( gt endurance 0 ) }}
De plus, {{ alias }} a perdu {{ endurance }} points d'endurance
{{ # if ( ne vie 0 ) }} et <span class="rdd-roll-echec"> {{ vie }} points de vie</span> {{ / if }}
{{ / if }}
2023-03-15 00:41:29 +01:00
{{ # if ( and jetEndurance ( gt endurance 1 ) ) }} Jet d'endurance : {{ jetEndurance }} / {{ resteEndurance }} {{ / if }}
2021-03-14 21:29:11 +01:00
</span>
2021-01-09 19:38:24 +01:00
{{ else }}
<h4> {{ alias }} encaisse à
<span>
2023-11-11 00:03:14 +01:00
{{ plusMoins dmg .total }}
2021-01-09 19:38:24 +01:00
{{ # if ( eq dmg .mortalite 'non-mortel' ) ~ }} (coups non mortels)
2023-03-14 02:38:21 +01:00
{{ ~ else if ( eq dmg .mortalite 'entiteincarnee' ) }} (entité incarnée)
2021-01-09 19:38:24 +01:00
{{ ~ / if }}
</span>
</h4>
<div>
2021-04-28 00:30:31 +02:00
Jet d'encaissement de {{ roll .total }}
2024-10-26 01:20:03 +02:00
{{ ~ # unless ( eq armure 0 ) }} , l'armure a protègé de {{ armure }}
2021-03-30 22:27:30 +02:00
{{ ~ # unless ( eq penetration 0 ) }} (pénétration de {{ penetration }} ) {{ / unless }}
2024-10-26 01:20:03 +02:00
{{ ~ / unless ~ }} , total: <span class="rdd-roll-echec"> {{ total }} </span>
2021-01-22 02:09:20 +01:00
<br>
2021-01-24 19:52:02 +01:00
{{ alias }}
2023-03-14 02:38:21 +01:00
{{ # if ( eq dmg .mortalite 'entiteincarnee' ) }} subit le coup
2021-01-24 19:52:02 +01:00
{{ else if mort }} vient de mourir
2023-03-14 02:38:21 +01:00
{{ else if blessure }}
2023-10-30 19:42:56 +01:00
{{ # if ( gt blessure .system .gravite 0 ) }} subit une blessure {{ blessure .system .label }}
2024-10-26 01:20:03 +02:00
{{ ~ else ~ }} subit une contusion
2023-03-14 02:38:21 +01:00
{{ ~ / if ~ }}
2024-10-26 01:20:03 +02:00
{{ ~ else ~ }} s'en sort sans une égratignure
2021-03-30 22:27:30 +02:00
{{ ~ / if ~ }}
2023-03-14 02:38:21 +01:00
{{ ~ # unless ( eq dmg .mortalite 'entiteincarnee' ) }}
2021-03-30 22:27:30 +02:00
{{ # if dmg .loc .label }}
{{ # if ( gt roll .total 0 ) }} ( {{ dmg .loc .label }} ) {{ / if }}
{{ / if }}
{{ / unless ~ }}
{{ ~ # if ( gt endurance 0 ) }}
{{ ~ # if hasPlayerOwner }} , a perdu {{ endurance }} points d'endurance
2024-10-26 01:20:03 +02:00
{{ ~ # if ( ne vie 0 ) }} , <span class="rdd-roll-echec"> {{ vie }} points de vie</span> {{ / if ~ }}
2021-01-23 18:36:30 +01:00
{{ / if }}
2023-03-14 02:38:21 +01:00
{{ # if ( ne dmg .mortalite 'entiteincarnee' ) }}
2021-01-23 18:36:30 +01:00
{{ # if ( gt endurance 1 ) }} et
2024-10-26 01:20:03 +02:00
{{ # if sonne }} est <strong>sonné</strong><img class="chat-inline-icon" src="icons/svg/stoned.svg" data-tooltip="charge" height="16" width="16" /> jusqu'à la fin du prochain round {{ else }} n'est pas sonné {{ / if }} !
2023-11-04 18:14:10 +01:00
{{ # if hasPlayerOwner }} Jet d'endurance : {{ jetEndurance }} / {{ resteEndurance }} {{ / if }}
2021-01-23 18:36:30 +01:00
{{ / if }}
{{ / if }}
{{ / if }}
{{ # if ( eq show .recul 'encaisse' ) }} <div> {{ alias }} ne recule pas malgré la violence du coup.</div>
{{ else if ( eq show .recul 'chute' ) }} <div>Sous la violence du coup, {{ alias }} recule et chute au sol ! Il/elle ne pourra plus attaquer ce round.</div>
{{ else if ( eq show .recul 'recul' ) }} <div>La violence du coup fait reculer {{ alias }} de quelques mètres ! Il/elle ne pourra plus attaquer ce round.</div>
2021-01-09 19:38:24 +01:00
{{ / if }}
</div>
{{ / if }}