Ehance rols
This commit is contained in:
@ -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>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user