{{#if rulesToggleable}}
{{/if}}
{{localize "DAGGERHEART.APPLICATIONS.DamageReduction.armorMarks"}}
{{armorMarks}}/{{armorScore}}
{{#if this.stress}}
{{localize "DAGGERHEART.APPLICATIONS.DamageReduction.stress"}}
{{this.stress.value}}/{{this.stress.max}}
{{/if}}
{{#each marks.armor}}
{{/each}}
{{#each marks.stress}}
{{/each}}
{{localize "DAGGERHEART.APPLICATIONS.DamageReduction.usedMarks"}}
{{#if availableStressReductions}}
{{localize "DAGGERHEART.APPLICATIONS.DamageReduction.stressReduction"}}
{{/if}}
{{#each availableStressReductions}}
{{#if this.any}}
{{localize "DAGGERHEART.GENERAL.any"}}
{{else}}
{{this.from}}
{{this.to}}
{{/if}}
{{this.cost}}
{{/each}}
{{#if reduceSeverity}}
{{localize "DAGGERHEART.APPLICATIONS.DamageReduction.reduceSeverity" nr=reduceSeverity}}
{{/if}}
{{#if thresholdImmunities}}
{{localize "DAGGERHEART.APPLICATIONS.DamageReduction.thresholdImmunities"}}
{{/if}}
{{#each thresholdImmunities as | immunity key |}}
{{immunity}}
{{/each}}