New combat options

This commit is contained in:
2023-06-22 20:34:17 +02:00
parent ec3649799f
commit 73ccf44dd4
6 changed files with 39 additions and 8 deletions

View File

@ -17,3 +17,7 @@
<input class="field-value" type="checkbox" name="system.properties.activated" {{checked item.system.properties.activated}}>
</div>
<div class="property flexrow">
<label class="property-label">{{localize "BOL.ui.ispecial"}}</label>
<input class="field-value" type="checkbox" name="system.properties.isspecial" {{checked item.system.properties.ispecial}}>
</div>