{{> systems/fvtt-pegasus-rpg/templates/partial-item-nav.html}} {{!-- Sheet Body --}}
{{> systems/fvtt-pegasus-rpg/templates/partial-item-description.html}}
    • {{#each data.effectsgained as |effect idx|}}
    • {{/each}}
  • {{#each data.features as |feature key|}} {{#if feature.isvalid}}
  • {{#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}} {{/if}} {{/each}}