{{localize "LETHALFANTASY.Label.combatDetails"}}
{{localize "LETHALFANTASY.Label.armorHitPoints"}} {{formInput systemFields.combat.fields.armorHitPoints value=system.combat.armorHitPoints localize=true }}
{{localize "LETHALFANTASY.Label.grantedAttackDice"}} {{formInput systemFields.granted.fields.attackDice value=system.granted.attackDice disabled=isPlayMode }}
{{localize "LETHALFANTASY.Label.grantedDefenseDice"}} {{formInput systemFields.granted.fields.defenseDice value=system.granted.defenseDice disabled=isPlayMode }}
{{localize "LETHALFANTASY.Label.grantedDamageDice"}} {{formInput systemFields.granted.fields.damageDice value=system.granted.damageDice disabled=isPlayMode }}
{{localize "LETHALFANTASY.Label.wounds"}}
{{#each system.hp.wounds as |wound idx|}}
Name: Duration: HP:
{{/each}}
{{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}}
{{item.system.defense}}
{{item.system.maximumMovement}}
{{item.system.hp}}
{{item.system.damageReduction}}
{{/each}}
{{localize "LETHALFANTASY.Label.shields"}}
{{#each shields as |item|}}
{{item.name}}
{{item.system.movementreduction}}
{{#if item.system.hascover}}Cover{{/if}}
{{/each}}