Amélioration message encaissement
This commit is contained in:
parent
3b06bd382b
commit
5c58932a0d
@ -1561,6 +1561,11 @@ div.control-icon.token-hud-icon {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
.chat-inline-icon {
|
||||||
|
border: 0;
|
||||||
|
padding: 1px;
|
||||||
|
vertical-align: text-top;
|
||||||
|
}
|
||||||
|
|
||||||
#sidebar-tabs {
|
#sidebar-tabs {
|
||||||
flex: 0 0 28px;
|
flex: 0 0 28px;
|
||||||
|
@ -18,18 +18,18 @@
|
|||||||
</h4>
|
</h4>
|
||||||
<div>
|
<div>
|
||||||
Jet d'encaissement de {{roll.total}}
|
Jet d'encaissement de {{roll.total}}
|
||||||
{{#unless (eq armure 0)}}, l'armure a protègé de {{armure}}
|
{{~#unless (eq armure 0)}}, l'armure a protègé de {{armure}}
|
||||||
{{~#unless (eq penetration 0)}} (pénétration de {{penetration}}){{/unless}}
|
{{~#unless (eq penetration 0)}} (pénétration de {{penetration}}){{/unless}}
|
||||||
{{~/unless}}, total: <span class="rdd-roll-echec">{{total}}</span>
|
{{~/unless~}}, total: <span class="rdd-roll-echec">{{total}}</span>
|
||||||
<br>
|
<br>
|
||||||
{{alias}}
|
{{alias}}
|
||||||
{{#if (eq dmg.mortalite 'entiteincarnee')}}subit le coup
|
{{#if (eq dmg.mortalite 'entiteincarnee')}}subit le coup
|
||||||
{{else if mort}}vient de mourir
|
{{else if mort}}vient de mourir
|
||||||
{{else if blessure}}
|
{{else if blessure}}
|
||||||
{{#if (gt blessure.system.gravite 0)}}subit une blessure {{blessure.system.label}}
|
{{#if (gt blessure.system.gravite 0)}}subit une blessure {{blessure.system.label}}
|
||||||
{{else}}subit une contusion
|
{{~else~}}subit une contusion
|
||||||
{{~/if~}}
|
{{~/if~}}
|
||||||
{{else}}s'en sort sans une égratignure
|
{{~else~}}s'en sort sans une égratignure
|
||||||
{{~/if~}}
|
{{~/if~}}
|
||||||
|
|
||||||
{{~#unless (eq dmg.mortalite 'entiteincarnee')}}
|
{{~#unless (eq dmg.mortalite 'entiteincarnee')}}
|
||||||
@ -39,11 +39,11 @@
|
|||||||
{{/unless~}}
|
{{/unless~}}
|
||||||
{{~#if (gt endurance 0)}}
|
{{~#if (gt endurance 0)}}
|
||||||
{{~#if hasPlayerOwner}}, a perdu {{endurance}} points d'endurance
|
{{~#if hasPlayerOwner}}, a perdu {{endurance}} points d'endurance
|
||||||
{{#if (ne vie 0)}}, <span class="rdd-roll-echec">{{vie}} points de vie</span>{{/if}}
|
{{~#if (ne vie 0)}}, <span class="rdd-roll-echec">{{vie}} points de vie</span>{{/if~}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{#if (ne dmg.mortalite 'entiteincarnee')}}
|
{{#if (ne dmg.mortalite 'entiteincarnee')}}
|
||||||
{{#if (gt endurance 1)}}et
|
{{#if (gt endurance 1)}}et
|
||||||
{{#if sonne}}est <strong>sonné</strong><img class="chat-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}}!
|
{{#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}}!
|
||||||
{{#if hasPlayerOwner}}Jet d'endurance : {{jetEndurance}} / {{resteEndurance}}{{/if}}
|
{{#if hasPlayerOwner}}Jet d'endurance : {{jetEndurance}} / {{resteEndurance}}{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Loading…
Reference in New Issue
Block a user