forked from public/foundryvtt-reve-de-dragon
9 lines
170 B
Handlebars
9 lines
170 B
Handlebars
<label for="{{code}}">Conditions</label>
|
|
{{numberInput current.value
|
|
name=name
|
|
step=1
|
|
min=current.min
|
|
max=current.max
|
|
disabled=rollData.mode.retry
|
|
}}
|