Add optionnal modifier

This commit is contained in:
2025-10-27 20:06:24 +00:00
parent 8a5d1cc1d8
commit ace607d05c
14 changed files with 62 additions and 31 deletions

View File

@@ -40,6 +40,10 @@
<select name="modifier" class="roll-skill-modifier">
{{selectOptions choiceModifier selected=modifier localize=true}}
</select>
<label>{{localize "FTLNOMAD.Label.numericModifier"}}</label>
<select name="numericModifierSelect" class="roll-numeric-modifier">
{{selectOptions choiceNumericModifier selected=numericModifierSelect}}
</select>
{{/if}}
{{#if (eq rollType "weapon")}}