Update fiche creature

This commit is contained in:
2023-12-06 10:14:26 +01:00
parent d2da332411
commit 9990545568
66 changed files with 279 additions and 216 deletions

View File

@@ -43,6 +43,10 @@
<label class="generic-label">Dégâts non létaux ? </label>
<input type="checkbox" name="system.nonletaux" {{checked data.nonletaux}}/>
</span>
<span class="flexrow">
<label class="generic-label">Ne pas appliquer le bonus aux dégats ? </label>
<input type="checkbox" name="system.nobonusdegats" {{checked data.nobonusdegats}}/>
</span>
<span class="flexrow">
<label class="generic-label">Equipé ? </label>
<input type="checkbox" name="system.equipped" {{checked data.equipped}}/>