{{localize "DAGGERHEART.Application.LevelUp.summary.newExperiences"}}

{{#each this.newExperiences as |experience key|}}
{{signedNumber experience.modifier}}
{{#if experience.name}}{{/if}}
{{/each}}

{{localize "DAGGERHEART.Application.LevelUp.summary.domainCards"}}

{{#each this.domainCards}} {{> "systems/daggerheart/templates/components/card-preview.hbs" img=this.img name=this.name path=this.path }} {{/each}}