Nouvelle fenêtre de jets de dés
This commit is contained in:
8
templates/roll/roll-part-coeur.hbs
Normal file
8
templates/roll/roll-part-coeur.hbs
Normal file
@@ -0,0 +1,8 @@
|
||||
<label for="{{code}}">Coeur</label>
|
||||
<select name="{{code}}" {{#if rollData.mode.retry}}disabled{{/if}}>
|
||||
{{selectOptions refs.amoureux selected=current.key valueAttr="key" labelAttr="label"}}
|
||||
</select>
|
||||
{{#if current.amour}}
|
||||
<img src="{{current.amour.img}}" data-tooltip="{{current.amour.name}}" />
|
||||
<span>{{plusMoins current.value}}</span>
|
||||
{{/if}}
|
||||
Reference in New Issue
Block a user