forked from public/foundryvtt-reve-de-dragon
Avancement messages défense & oeuvres
This commit is contained in:
22
templates/roll/result/partial-appel-chance.hbs
Normal file
22
templates/roll/result/partial-appel-chance.hbs
Normal 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}}
|
||||
Reference in New Issue
Block a user