{{formInput fields.name value=source.name rootId=partId}}
{{formField systemFields.type value=source.system.type rootId=partId label="DAGGERHEART.Sheets.Feature.FeatureType" localize=true }} {{formField systemFields.actionType value=source.system.actionType label="DAGGERHEART.Sheets.Feature.ActionType" rootId=partId localize=true }}
{{formField systemFields.refreshData.fields.type value=source.system.refreshData.type rootId=partId label="DAGGERHEART.Sheets.Feature.RefreshType" localize=true }} {{#if document.system.refreshData.type}} {{/if}}
{{#if (eq document.system.featureType.type "dice")}} {{/if}} {{#if (eq document.system.featureType.type "dice")}} {{/if}}

{{localize "DAGGERHEART.Sheets.Feature.Description"}}

{{!-- {{editor document.system.description target="system.description" button=true}} --}} {{formInput systemFields.description value=source.system.description enriched=source.system.description localize=true toggled=true}}
{{> "systems/daggerheart/templates/sheets/parts/effects.hbs" config=this.effectConfig selectedEffectType=this.selectedEffectType effects=document.system.effects}}

{{localize "Actions"}}

{{#each document.system.actions as |action index|}}
{{action.name}}
{{/each}}