Add spell

This commit is contained in:
2022-01-09 18:47:38 +01:00
parent c74fb5969a
commit 9fbbd93a2e
2 changed files with 2 additions and 8 deletions

View File

@ -54,13 +54,7 @@
</select>
</li>
<li class="flexrow"><label class="generic-label">Status modifier</label>
<select class="competence-base flexrow" type="text" name="data.statusmodifier" value="{{data.statusmodifier}}" data-dtype="Number">
{{#select data.statusmodifier}}
<option value="-1">-1</option>
<option value="0">0</option>
<option value="+1">+1</option>
{{/select}}
</select>
<input type="text" class="padd-right" name="data.statusmodifier" value="{{data.statusmodifier}}" data-dtype="Number"/>
</li>
<li class="flexrow"><label class="generic-label">Power Gained</label>
</li>