{{!-- Sheet Header --}}

    {{#each system.statistics as |stat key|}} {{> systems/fvtt-warhero/templates/partial-actor-stat-block.html stat=stat key=key path="statistics" roll=true}} {{/each}}
{{!-- Sheet Tab Navigation --}} {{!-- Sheet Body --}}
{{!-- 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 weapons as |weapon key|}}
  • {{weapon.name}} {{weapon.system.weapontype}} {{perk.system.damage}}
     
  • {{/each}}
  • {{#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}}