{{!-- Sheet Body --}}
    • {{#each data.effectsgained as |effect idx|}}
    • {{/each}}
  • {{#each data.features as |feature key|}}
  • {{#if feature.flag}}
    • {{#if (eq feature.type "statdice")}} {{/if}} {{#if (eq feature.type "range")}} {{/if}} {{#if (eq feature.type "number")}} {{/if}} {{#if (eq feature.type "string")}} {{/if}} {{#if (eq feature.type "dropspec")}}
      {{/if}} {{#if (eq feature.type "text")}}
      {{editor content=features.value target="data.features.{{key}}.value" button=true owner=owner editable=editable}}
      {{/if}}
    {{/if}} {{/each}}
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}