{{!-- 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}} {{weapon.name}}
              {{weapon.system.weapontype}}
              {{perk.system.damage}}  
{{/each}}
 
        
          
            - 
              
              
                
              
              
                
              
            {{#each shields as |shield key|}}
- 
               {{shield.name}}
              {{shield.system.shieldtype}}
              {{shield.system.parrybonus}} {{shield.name}}
              {{shield.system.shieldtype}}
              {{shield.system.parrybonus}}  
{{/each}}
 
        
          
            - 
              
              
                
              
              
                
              
            {{#each armors as |armor key|}}
- 
               {{armor.name}}
              {{armor.system.armortype}}
              {{armor.system.damagereduction}} {{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}} {{item.name}}  
{{/each}}
      {{/each}}
      
    
      
      
      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}}