Anpassung Zauber und Kampftabs

This commit is contained in:
Ender
2024-03-24 23:44:29 +01:00
parent 12e6412a9f
commit 7333b54a35
4 changed files with 73 additions and 2 deletions
+20
View File
@@ -0,0 +1,20 @@
<form>
<div class="form-group">
<label>{{localize "midgard5.chat.taskCheck.options.modifier"}}</label>
<input type="text" name="modifier" value="{{modifier}}" />
</div>
<div class="form-group">
<label>{{localize "midgard5.chat.taskCheck.options.closedRoll"}}</label>
<input type="checkbox" name="closedRoll" {{#if closedRoll}} checked {{/if}} />
</div>
{{#if hasFortune}}
<div class="form-group">
<label>{{localize "midgard5.chat.taskCheck.options.useFortune"}}</label>
<input type="checkbox" name="useFortune" {{#if useFortune}} checked {{/if}} />
</div>
{{/if}}
<div class="form-group">
<label>{{localize "midgard5.chat.taskCheck.options.difficulty"}}</label>
<input type="text" name="difficulty" value="{{difficulty}}" />
</div>
</form>