{{> systems/fvtt-avd12/templates/items/partial-item-nav.hbs builder=true}} {{!-- Sheet Body --}}
{{> systems/fvtt-avd12/templates/items/partial-item-description.hbs}}
{{#each system.levels as |level index|}}
{{#each level.choices as |choice choiceIndex|}}
    {{#each choice.features as |feature id|}}
  • {{feature.name}}
  • {{/each}}
{{/each}}
{{/each}}
{{#if isGM}}
    {{#each system.levels as |level index|}}
  • Level {{add index 1}}

    • {{#each level.choices as |choice choiceIndex|}}
    • Level choice {{add choiceIndex 1}}

       
    • {{#each choice.features as |feature id|}}
    • {{/each}} {{/each}}
    {{/each}}
{{/if}}