Nouvelle fenêtre de jets de dés
This commit is contained in:
10
templates/roll/roll-part-sign.hbs
Normal file
10
templates/roll/roll-part-sign.hbs
Normal file
@@ -0,0 +1,10 @@
|
||||
{{#if (eq current.surprise 'totale')}}
|
||||
<span data-tooltip="{{current.reason}}">
|
||||
<img class="button-effect-img" src="icons/svg/stoned.svg">
|
||||
</span>
|
||||
{{else if (gt current.diviseur 1)}}
|
||||
<span data-tooltip="{{current.reason}}">
|
||||
<span class="rdd-diviseur">×{{fractionOneN current.diviseur}}</span>
|
||||
</span>
|
||||
{{/if}}
|
||||
|
Reference in New Issue
Block a user