{{localize "DAGGERHEART.DamageReduction.ArmorMarks"}}

{{armorMarks}}/{{armorScore}}
{{#if this.stress}}

{{localize "DAGGERHEART.DamageReduction.Stress"}}

{{this.stress.value}}/{{this.stress.maxTotal}}
{{/if}}

{{#times availableArmorMarks.max}}
{{#if (or (not @root.availableArmorMarks.stressIndex) (lt this @root.availableArmorMarks.stressIndex))}} {{else}} {{/if}}
{{/times}}

{{localize "DAGGERHEART.DamageReduction.UsedMarks"}}

{{localize "DAGGERHEART.DamageReduction.StressReduction"}}

{{#each availableStressReductions}}

{{this.from}} {{this.to}}
{{this.cost}}

{{/each}}