{{#if this.achievements}}
{{localize "DAGGERHEART.APPLICATIONS.Levelup.summary.levelAchievements"}}
{{#if this.achievements.proficiency.shown}}
{{localize "DAGGERHEART.APPLICATIONS.Levelup.summary.proficiencyIncrease" proficiency=this.achievements.proficiency.old }} {{this.achievements.proficiency.new}}
{{/if}} {{#if this.achievements.damageThresholds}}
{{localize "DAGGERHEART.APPLICATIONS.Levelup.summary.damageThresholds"}}{{#if this.levelAchievements.damageThresholds.unarmored}}({{localize "DAGGERHEART.GENERAL.unarmored"}}){{/if}}
{{localize "DAGGERHEART.APPLICATIONS.Levelup.summary.damageThresholdMajorIncrease" threshold=this.achievements.damageThresholds.major.old }} {{this.achievements.damageThresholds.major.new}}
{{localize "DAGGERHEART.APPLICATIONS.Levelup.summary.damageThresholdSevereIncrease" threshold=this.achievements.damageThresholds.severe.old }} {{this.achievements.damageThresholds.severe.new}}
{{/if}} {{#if this.achievements.domainCards.shown}}
{{localize "DAGGERHEART.APPLICATIONS.Levelup.summary.domainCards"}}
{{#each this.achievements.domainCards.values}}
{{this.name}}
{{/each}}
{{/if}} {{#if this.achievements.experiences.shown}}
{{localize "DAGGERHEART.APPLICATIONS.Levelup.summary.newExperiences"}}
{{#each this.achievements.experiences.values}}
{{this.name}} {{numberFormat this.modifier sign=true}}
{{/each}}
{{/if}}
{{/if}}
{{localize "DAGGERHEART.APPLICATIONS.Levelup.summary.levelAdvancements"}}
{{#if this.advancements.statistics.shown}}
{{#if this.advancements.statistics.proficiency.shown}}
{{localize "DAGGERHEART.APPLICATIONS.Levelup.summary.proficiencyIncrease" proficiency=this.advancements.statistics.proficiency.old }} {{this.advancements.statistics.proficiency.new}}
{{/if}} {{#if this.advancements.statistics.hitPoints.shown}}
{{localize "DAGGERHEART.APPLICATIONS.Levelup.summary.hpIncrease" hitPoints=this.advancements.statistics.hitPoints.old }} {{this.advancements.statistics.hitPoints.new}}
{{/if}} {{#if this.advancements.statistics.stress.shown}}
{{localize "DAGGERHEART.APPLICATIONS.Levelup.summary.stressIncrease" stress=this.advancements.statistics.stress.old }} {{this.advancements.statistics.stress.new}}
{{/if}} {{#if this.advancements.statistics.evasion.shown}}
{{localize "DAGGERHEART.APPLICATIONS.Levelup.summary.evasionIncrease" evasion=this.advancements.statistics.evasion.old }} {{this.advancements.statistics.evasion.new}}
{{/if}}
{{/if}} {{#if this.advancements.traits}}
{{localize "DAGGERHEART.APPLICATIONS.Levelup.summary.traits"}}
{{#each this.advancements.traits}}
{{this.label}}: {{this.old}} {{this.new}}
{{/each}}
{{/if}} {{#if this.advancements.domainCards}}
{{localize "DAGGERHEART.APPLICATIONS.Levelup.summary.domainCards"}}
{{#each this.advancements.domainCards}}
{{this.name}}
{{/each}}
{{/if}} {{#if this.advancements.experiences}}
{{localize "DAGGERHEART.APPLICATIONS.Levelup.summary.experienceIncreases"}}
{{#each this.advancements.experiences}}
{{this.name}} {{numberFormat this.modifier sign=true}}
{{/each}}
{{/if}} {{#if this.advancements.subclass}}
{{localize "DAGGERHEART.APPLICATIONS.Levelup.summary.subclass"}}
{{#each this.advancements.subclass}}
{{this.name}} - {{this.featureLabel}}
{{/each}}
{{/if}} {{#if this.advancements.multiclass}} {{#with this.advancements.multiclass}}
{{localize "DAGGERHEART.APPLICATIONS.Levelup.summary.multiclass"}}
{{this.name}}
{{this.domain}}
{{this.subclass}}
{{/with}} {{/if}} {{#if this.advancements.vicious.damage}}
{{localize "DAGGERHEART.APPLICATIONS.Levelup.summary.damageIncreased" damage=this.advancements.vicious.damage.old }} {{this.advancements.vicious.damage.new}}
{{/if}} {{#if this.advancements.vicious.range}}
{{localize "DAGGERHEART.APPLICATIONS.Levelup.summary.rangeIncreased" range=this.advancements.vicious.range.old }} {{this.advancements.vicious.range.new}}
{{/if}} {{#each this.advancements.simple}}
{{localize "DAGGERHEART.APPLICATIONS.Levelup.summary.simpleFeature" feature=this}}
{{/each}}