{{!-- Skills Tab --}}
{{#each system.attributes as |attr key|}}
{{> systems/fvtt-warhero/templates/partial-actor-stat-block.html stat=attr key=key path="attributes" roll=false}}
{{/each}}
{{!-- Combat Tab --}}
-
{{#each shields as |shield key|}}
-
{{shield.name}}
{{shield.system.shieldtype}}
{{shield.system.parrybonus}}
{{/each}}
-
{{#each armors as |armor key|}}
-
{{armor.name}}
{{armor.system.armortype}}
{{armor.system.damagereduction}}
{{/each}}
{{!-- Powers Tab --}}
{{!-- Equipement Tab --}}
{{#each slotEquipments as |slot slotKey|}}
-
{{#each slot.content as |item itemKey|}}
-
{{item.name}}
{{/each}}
{{/each}}
{{!-- Biography Tab --}}
Background :
{{editor description target="system.biodata.description" button=true owner=owner
editable=editable}}
Notes :
{{editor notes target="system.biodata.notes" button=true owner=owner editable=editable}}