{{#if actor.system.listdata.settings.haschimericalhealth}}
 
{{localize "wod.health.normal"}}
{{localize "wod.health.chimerical"}}
{{/if}}
{{localize "wod.labels.combat.armor"}}
{{localize "wod.health.soak"}} {{firstLetter (localize "wod.health.bashing")}}
{{localize "wod.health.soak"}} {{firstLetter (localize "wod.health.lethal")}}
{{localize "wod.health.soak"}} {{firstLetter (localize "wod.health.aggravated")}}
{{#if actor.system.listdata.settings.haschimericalhealth}}
{{localize "wod.health.soak"}} {{firstLetter (localize "wod.health.bashing")}}
{{localize "wod.health.soak"}} {{firstLetter (localize "wod.health.lethal")}}
{{localize "wod.health.soak"}} {{firstLetter (localize "wod.health.aggravated")}}
{{/if}}
{{localize "wod.combat.armor.dexpen"}}
{{#if (eqAny actor.type config.sheettype.werewolf config.sheettype.changingbreed)}}
{{localize "wod.shapes.homid"}}
{{localize "wod.shapes.glabro"}}
{{localize "wod.shapes.crinos"}}
{{localize "wod.shapes.hispo"}}
{{localize "wod.shapes.lupus"}}
{{/if}}
{{#each actor.system.listdata.combat.armors as |item id|}}
{{shorten item.name 18}}
{{item.system.soak.bashing}}
{{item.system.soak.lethal}}
{{item.system.soak.aggravated}}
{{#if ../actor.system.listdata.settings.haschimericalhealth}}
{{item.system.soak.chimerical.bashing}}
{{item.system.soak.chimerical.lethal}}
{{item.system.soak.chimerical.aggravated}}
{{/if}}
{{item.system.dexpenalty}}
{{#if (eq ../actor.type ../config.sheettype.werewolf)}}
{{#if item.system.forms.hashomid}}{{localize "wod.labels.yes"}}{{else}}{{localize "wod.labels.no"}}{{/if}}
{{#if item.system.forms.hasglabro}}{{localize "wod.labels.yes"}}{{else}}{{localize "wod.labels.no"}}{{/if}}
{{#if item.system.forms.hascrinos}}{{localize "wod.labels.yes"}}{{else}}{{localize "wod.labels.no"}}{{/if}}
{{#if item.system.forms.hashispo}}{{localize "wod.labels.yes"}}{{else}}{{localize "wod.labels.no"}}{{/if}}
{{#if item.system.forms.haslupus}}{{localize "wod.labels.yes"}}{{else}}{{localize "wod.labels.no"}}{{/if}}
{{/if}} {{#if (eq ../actor.type ../config.sheettype.changingbreed)}}
{{#if item.system.forms.hashomid}}{{localize "wod.labels.yes"}}{{else}}{{localize "wod.labels.no"}}{{/if}}
{{#if item.system.forms.hasglabro}}{{localize "wod.labels.yes"}}{{else}}{{localize "wod.labels.no"}}{{/if}}
{{#if item.system.forms.hascrinos}}{{localize "wod.labels.yes"}}{{else}}{{localize "wod.labels.no"}}{{/if}}
{{#if item.system.forms.hashispo}}{{localize "wod.labels.yes"}}{{else}}{{localize "wod.labels.no"}}{{/if}}
{{#if item.system.forms.haslupus}}{{localize "wod.labels.yes"}}{{else}}{{localize "wod.labels.no"}}{{/if}}
{{/if}}
{{#if (isChecked item.system.isequipped)}} {{else}} {{/if}} {{#if (eq ../locked false)}} {{/if}} {{#if (showToolTip item)}} {{else}} {{/if}}
{{{getToolTip_v2 item.system.description item.system.details item.system.bonuslist ../actor}}}
{{/each}}