Files
foundryvtt-reve-de-dragon/templates/roll/roll-part-conditions.hbs

8 lines
243 B
Handlebars

<label for="{{code}}">Conditions</label>
<input type="number"
name="{{name}}"
value="{{current.value}}"
pattern="^(-|+)?\d+$"
min="{{current.min}}" max="{{current.max}}" step="1"
{{#if rollData.type.retry}}disabled{{/if}}>