allow spell rolls to be affeted by MR

This commit is contained in:
Sven Balzer
2025-05-24 16:20:21 +02:00
parent ae0ca2018f
commit f21a5ebf06
5 changed files with 18 additions and 5 deletions
+5
View File
@@ -1,4 +1,9 @@
<div>
<span class="colspan2">{{localize "DSA41.kampf.modifikator"}}</span>
<input class="colspan2" type="number" name="modifikator" value="{{lookup formData "modifikator"}}">
{{#if options.item.system.magieresistenz}}
<span class="colspan2">{{localize "DSA41.zauber.label_magieresistenz"}}</span>
<input class="colspan2" type="number" name="magieresistenz" value="{{lookup formData "magieresistenz"}}">
{{/if}}
</div>