Nouvelle fenêtre de jets de dés
This commit is contained in:
13
templates/roll/roll-part-enctotal.hbs
Normal file
13
templates/roll/roll-part-enctotal.hbs
Normal file
@@ -0,0 +1,13 @@
|
||||
<input name="{{code}}" type="checkbox" {{#if current.checked}}checked{{/if}}/>
|
||||
<label for="{{code}}">
|
||||
{{#if current.icon}}{{{current.icon}}}{{/if}}
|
||||
{{current.label}}
|
||||
</label>
|
||||
<label for="malusenc"></label>
|
||||
{{numberInput current.value
|
||||
name='malusenc'
|
||||
step=1
|
||||
min=-30
|
||||
max=0
|
||||
disabled=rollData.mode.retry
|
||||
}}
|
Reference in New Issue
Block a user