{{!-- Sheet Header --}}

{{!-- RESSOURCES --}}
★ Ressources
{{!-- VIGUEUR --}}
♥ Vigueur ({{system.sante.vigueur}})
{{!-- COMBAT --}}
⚡ Combat
{{initiative}}
{{combat.defenseTotal}}
{{protectionTotal}}


{{!-- Technique Tab --}}
{{!-- Colonne gauche : Attributs + Santé + Actions --}}
Attributs
    {{#each system.attributs as |attr key|}}
  • {{attr.label}}
  • {{/each}}
  • Vitesse
Santé
Actions de combat
{{!-- Colonne droite : Adversité --}}

Adversités

{{#each system.adversite as |adv key|}}
{{upperFirst key}}
{{adv}}
+
{{/each}}
Malus jets −{{adversiteTotal}}
{{!-- Compétences Tab --}}
  •  
  • {{#each skills as |skill key|}}
  • {{skill.name}} {{#each skill.system.predilections as |pred key|}} {{#if (and pred.acquise (not pred.used))}}{{pred.name}}, {{/if}} {{/each}}
    {{#if (ne skill.system.attribut1 "none")}} {{/if}} {{#if (ne skill.system.attribut2 "none")}} {{/if}} {{#if (ne skill.system.attribut3 "none")}} {{/if}}
     
  • {{/each}}
{{!-- Talents Tab --}}
  •  
  • {{#each talents as |talent key|}}
  • {{talent.name}} {{talent.system.resumebonus}}
     
  • {{/each}}
{{!-- Armes Tab --}}
  •  
  • {{#each armes as |arme key|}}
  • {{arme.name}} {{#if arme.system.equipped}} {{else}} {{/if}} {{#if arme.system.isdefense}} {{else}} {{/if}} {{#if arme.system.equipped}} {{else}} {{/if}}
     
  • {{/each}}
{{!-- Bio&Notes Tab --}}
Description
{{formInput systemFields.biodata.fields.description enriched=enrichedDescription value=system.biodata.description name="system.biodata.description" toggled=true}}
Habitat
{{formInput systemFields.biodata.fields.habitat enriched=enrichedHabitat value=system.biodata.habitat name="system.biodata.habitat" toggled=true}}