bol/templates/item/parts/properties/feature/flaw-properties.hbs

6 lines
315 B
Handlebars
Raw Normal View History

2022-02-18 21:58:53 +01:00
<h3 class="form-header">{{localize 'BOL.featureSubtypes.flaw'}}</h3>
<div class="property flexrow">
<label class="property-label">{{localize "BOL.ui.ismalusdice"}}</label>
2022-07-01 15:48:54 +02:00
<input class="field-value" type="checkbox" name="system.properties.ismalusdice" {{checked item.system.properties.ismalusdice}}>
2022-02-18 21:58:53 +01:00
</div>