{{localize "TYPES.Item.class"}} {{#if class}}
  • {{#if class.missing}} {{class.name}} {{else}} {{class.name}} {{/if}}
  • {{else}}
    {{localize "DAGGERHEART.GENERAL.missingDragDropThing" thing=(localize "TYPES.Item.class")}}
    {{/if}}
    {{localize "DAGGERHEART.GENERAL.Tabs.foundation"}}
    {{#each source.system.foundationFeatures as | feature | }} {{> 'systems/daggerheart/templates/sheets/global/partials/feature-section-item.hbs' type='foundation' feature=feature}} {{/each}}
    {{localize "DAGGERHEART.GENERAL.Tabs.specialization"}}
    {{#each source.system.specializationFeatures as | feature |}} {{> 'systems/daggerheart/templates/sheets/global/partials/feature-section-item.hbs' type='specialization' feature=feature}} {{/each}}
    {{localize "DAGGERHEART.GENERAL.Tabs.mastery"}}
    {{#each source.system.masteryFeatures as | feature |}} {{> 'systems/daggerheart/templates/sheets/global/partials/feature-section-item.hbs' type='mastery' feature=feature}} {{/each}}