{{!-- Sheet Header --}}

    {{#each system.caracteristiques as |carac key|}} {{#if (eq kind "physical")}}
  • {{carac.label}}

  • {{/if}} {{/each}}
    {{#each system.caracteristiques as |carac key|}} {{#if (eq kind "mental")}}
  • {{carac.label}}

  • {{/if}} {{/each}}
  
{{!-- Sheet Tab Navigation --}} {{!-- Sheet Body --}}
{{!-- Competence Tab --}}
{{#each utileSkills as |skillList keyProfil|}}
  •  
  • {{#each skillList as |skill key|}}
  • {{skill.name}} {{#each skill.system.specialites as |specialite key|}} {{specialite.name}} {{/each}}
  • {{/each}}
{{/each}}
  •  
  • {{#each futileSkills as |skill key|}}
  • {{skill.name}}
  • {{/each}}
{{!-- Equipement Tab --}}
  •  
  • {{#each protections as |protection key|}}
  • {{protection.name}}
     
  • {{/each}}
{{!-- Fee Tab --}}
  • {{fee.name}}
     
    •  
    • {{#each avantages as |avantage key|}}
    • {{avantage.name}}
       
    • {{/each}}
    •  
    • {{#each desavantages as |desavantage key|}}
    • {{desavantage.name}}
       
    • {{/each}}
    •  
    • {{#each atouts as |atout key|}}
    • {{atout.name}}
       
    • {{/each}}
    •  
    • {{#each capacites as |capa key|}}
    • {{capa.name}}
       
    • {{/each}}
    {{!-- Biography Tab --}}

    Description

    {{editor description target="system.biodata.description" button=true owner=owner editable=editable}}