Avancement messages défense & oeuvres
This commit is contained in:
12
templates/roll/result/partial-encaissement.hbs
Normal file
12
templates/roll/result/partial-encaissement.hbs
Normal file
@@ -0,0 +1,12 @@
|
||||
{{#if show.encaissement}}
|
||||
<a class='chat-card-button encaisser-button'
|
||||
data-actorId='{{ids.actorId}}'
|
||||
data-actorTokenId='{{ids.actorTokenId}}'
|
||||
data-opponentId='{{ids.opponentId}}'
|
||||
data-opponentTokenId='{{ids.opponentTokenId}}'
|
||||
data-tooltip="Encaisser à {{plusMoins attackerRoll.dmg.total}} {{#if (eq attackerRoll.dmg.mortalite 'non-mortel')~}}(non-mortel){{/if}}"
|
||||
>
|
||||
<img src="systems/foundryvtt-reve-de-dragon/assets/ui/encaisser.svg"/> Encaisser à {{plusMoins attackerRoll.dmg.total}}
|
||||
{{#if (eq attackerRoll.dmg.mortalite 'non-mortel')~}}(non-mortel){{/if}}
|
||||
</a>
|
||||
{{/if}}
|
||||
Reference in New Issue
Block a user