{{localize "CTHULHUETERNAL.Label.weapons"}}{{#if isEditMode}} {{/if}}
{{#each weapons as |item|}} {{!log 'weapon' this}}
{{item.name}}
{{localize "CTHULHUETERNAL.Label.damage"}} : {{item.system.damage}} {{#if @root.isEditMode}}
{{/if}}
{{/each}}
{{#each armors as |item|}} {{!log 'armor' this}}
{{item.name}}
{{localize "CTHULHUETERNAL.Label.armor"}} : {{item.system.protection}}
{{/each}}
{{#each gears as |item|}} {{!log 'armor' this}}
{{item.name}}
{{localize "CTHULHUETERNAL.Label.gear"}} : {{item.system.protection}}
{{/each}}