{{#if rulesToggleable}}
{{/if}}
{{localize "DAGGERHEART.APPLICATIONS.DamageReduction.maxUseableArmor"}}
{{availableArmor}}
{{#each marks.armor as |source|}}
{{source.label}}
{{#each source.marks}}
{{/each}}
{{/each}}
{{#if usesStressArmor}}
{{localize "Stress"}}
{{#each marks.stress}}
{{/each}}
{{/if}}
{{#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}}