Ehance rols

This commit is contained in:
2022-02-18 21:58:53 +01:00
parent cfdfa27f23
commit 0ee9e41a50
21 changed files with 372 additions and 216 deletions

View File

@ -1 +1,5 @@
<h3 class="form-header">{{localize "BOL.featureSubtypes.boon"}}</h3>
<h3 class="form-header">{{localize 'BOL.featureSubtypes.boon'}}</h3>
<div class="property flexrow">
<label class="property-label">{{localize "BOL.ui.isbonusdice"}}</label>
<input class="field-value" type="checkbox" name="data.properties.isbonusdice" {{checked data.properties.isbonusdice}}>
</div>

View File

@ -1 +1,5 @@
<h3 class="form-header">{{localize "BOL.featureSubtypes.flaw"}}</h3>
<h3 class="form-header">{{localize 'BOL.featureSubtypes.flaw'}}</h3>
<div class="property flexrow">
<label class="property-label">{{localize "BOL.ui.ismalusdice"}}</label>
<input class="field-value" type="checkbox" name="data.properties.ismalusdice" {{checked data.properties.ismalusdice}}>
</div>