Ehance rols
This commit is contained in:
@ -18,9 +18,9 @@
|
||||
{{!#if (equals data.subtype "race")}}
|
||||
{{!> "systems/bol/templates/item/parts/properties/feature/race-properties.hbs"}}
|
||||
{{!/if}}
|
||||
{{!#if (equals data.subtype "boon")}}
|
||||
{{!> "systems/bol/templates/item/parts/properties/feature/boon-properties.hbs"}}
|
||||
{{!/if}}
|
||||
{{!#if (equals data.subtype "flaw")}}
|
||||
{{!> "systems/bol/templates/item/parts/properties/feature/flaw-properties.hbs"}}
|
||||
{{!/if}}
|
||||
{{#if (equals data.subtype "boon")}}
|
||||
{{> "systems/bol/templates/item/parts/properties/feature/boon-properties.hbs"}}
|
||||
{{/if}}
|
||||
{{#if (equals data.subtype "flaw")}}
|
||||
{{> "systems/bol/templates/item/parts/properties/feature/flaw-properties.hbs"}}
|
||||
{{/if}}
|
||||
|
@ -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