{{localize "LETHALFANTASY.Label.combatDetails"}}
{{localize "LETHALFANTASY.Label.attacks"}}
{{#if (eq system.attackMode "melee")}}
{{#each system.attacks as |item key|}} {{/each}}
{{else}}
{{#each system.rangedAttacks as |item key|}} {{/each}}
{{/if}}
Hand To Hand Attacks
{{#each system.combatHTH as |item key|}} {{/each}}