allow spell rolls to be affeted by MR
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user