{{#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}}