{{localize "DAGGERHEART.ITEMS.Class.hopeFeatures"}}
{{#each source.system.hopeFeatures as |feature|}} {{> 'systems/daggerheart/templates/sheets/global/partials/feature-section-item.hbs' type='hope' feature=feature}} {{/each}}
{{localize "DAGGERHEART.ITEMS.Class.classFeatures"}}
{{#each source.system.classFeatures as |feature|}} {{> 'systems/daggerheart/templates/sheets/global/partials/feature-section-item.hbs' type='class' feature=feature}} {{/each}}
{{#unless (eq document.parent.type 'character')}}
{{localize "TYPES.Item.subclass"}}
{{#unless source.system.subclasses}}
{{localize "DAGGERHEART.GENERAL.missingDragDropThing" thing=(localize "DAGGERHEART.GENERAL.subclasses")}}
{{/unless}} {{#each source.system.subclasses as |subclass index|}}
  • {{subclass.name}}

  • {{/each}}
    {{/unless}}