Avancement messages défense & oeuvres

This commit is contained in:
2025-09-27 01:43:49 +02:00
parent d26ab59c51
commit 2741fc3fbf
31 changed files with 954 additions and 220 deletions

View File

@@ -0,0 +1,22 @@
{{#unless type.retry}}
{{#if show.chance}}
<a class='appel-chance'
data-actorId='{{ids.actorId}}'
data-actorTokenId='{{ids.actorTokenId}}'
data-opponentId='{{ids.opponentId}}'
data-opponentTokenId='{{ids.opponentTokenId}}'
data-tooltip="Appel à la chance">
<img src="systems/foundryvtt-reve-de-dragon/assets/ui/chance.svg"/>
</a>
{{#if (gt active.actor.system.compteurs.destinee.value 0)}}
<a class='appel-destinee'
data-actorId='{{ids.actorId}}'
data-actorTokenId='{{ids.actorTokenId}}'
data-opponentId='{{ids.opponentId}}'
data-opponentTokenId='{{ids.opponentTokenId}}'
data-tooltip="Utiliser la destinée">
<img src="systems/foundryvtt-reve-de-dragon/assets/ui/destinee.svg"/>
</a>
{{/if}}
{{/if}}
{{/unless}}