{{!-- Sheet Header --}}

{{!-- RESSOURCES --}}
★ Ressources
{{!-- VIGUEUR --}}
♥ Vigueur (Seuil {{system.sante.vigueur}})
{{!-- ÂME --}}
✦ Âme (Seuil {{system.ame.seuilpouvoir}})
{{!-- COMBAT --}}
⚡ Combat


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

Adversités

{{#each system.adversite as |adv key|}}
{{upperFirst key}}
{{adv}}
+
{{/each}}
Malus jets −{{adversiteTotal}}
  •  
  • {{#each traitsChaotiques as |trait key|}}
  • {{trait.name}}
     
  • {{/each}}
  •  
  • {{#each traitsEspeces as |trait key|}}
  • {{trait.name}}
     
  • {{/each}}
{{> systems/fvtt-mournblade-cyd-2-0/templates/partial-active-effects.hbs}}
{{!-- Compétences Tab --}}
  •  
  • {{#each skills as |skill key|}}
  • {{skill.name}} {{joinPredilections skill.system.predilections}}
    {{#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}}