{{#each this.experiences}} {{#if this.description}}
{{this.description}} +{{this.value}}
{{/if}} {{/each}}
{{!--
--}} {{#if (not this.isNpc)}}
{{/if}} {{#each this.bonusDamage as |damage index|}}
{{#if (and damage.initiallySelected damage.hopeIncrease)}}
{{damage.hopeUses}}
{{/if}}
{{/each}}