{{!-- Technique Tab --}}
{{!-- Colonne gauche : Attributs + Santé + Actions --}}
Attributs
Santé
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|}}
-
{{#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}}
-
{{#each protections as |protection key|}}
-
{{protection.name}}
{{/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}}