{{localize "DAGGERHEART.Sheets.Class.HopeFeatures"}}
{{#each source.system.hopeFeatures as |feature index|}} {{> 'systems/daggerheart/templates/sheets/global/partials/feature-section-item.hbs' type='hope' feature=feature}} {{/each}}
{{localize "DAGGERHEART.Sheets.Class.ClassFeatures"}}
{{#each source.system.classFeatures as |feature index|}} {{> 'systems/daggerheart/templates/sheets/global/partials/feature-section-item.hbs' type='class' feature=feature}} {{/each}}
{{localize "TYPES.Item.subclass"}}
{{#each source.system.subclasses as |subclass index|}}
  • {{subclass.name}}

  • {{/each}}