{{localize "ITEM.TALENT"}}

      {{#each actor.talents as |talent key|}}
    • {{talent.name}}
    • {{/each}}

{{localize "ITEM.SPELL"}}

      {{#each actor.spells as |spell key|}}
    • {{spell.name}}
      {{spell.data.cost.value}}
      {{rollDifficulty spell.data.difficulty.value}}
    • {{/each}}