{{localize "LETHALFANTASY.Label.combatDetails"}}
{{formField systemFields.combat.fields.armorHitPoints value=system.combat.armorHitPoints localize=true}}
{{localize "LETHALFANTASY.Label.weapons"}}
{{#each weapons as |item|}}
{{#if (ne item.img "icons/svg/item-bag.svg")}} {{/if}}
{{item.name}}
{{/each}}
{{localize "LETHALFANTASY.Label.armors"}}
{{#each armors as |item|}}
{{item.name}}
{{/each}}
{{localize "LETHALFANTASY.Label.equipment"}}
{{#each equipments as |item|}}
{{item.name}}
{{/each}}