{{!-- Skills Tab --}}
{{#each skills as |category categkey|}}
-
{{#each category.skilllist as |skill skillkey|}}
-
{{localize skill.name}}
-
{{/each}}
{{/each}}
-
{{#each traits as |trait key|}}
-
{{trait.name}}
{{/each}}
{{> systems/fvtt-ecryme/templates/actors/partial-impacts.hbs impacts=system.impacts.physical
impacttype="physical" impactMalus=impactsMalus.physical}}
{{> systems/fvtt-ecryme/templates/actors/partial-impacts.hbs impacts=system.impacts.mental
impacttype="mental" impactMalus=impactsMalus.mental}}
{{> systems/fvtt-ecryme/templates/actors/partial-impacts.hbs impacts=system.impacts.social
impacttype="social" impactMalus=impactsMalus.social}}
-
{{#each confrontations as |confront key|}}
-
{{confront.name}}
{{/each}}
{{!-- Equipement Tab --}}
{{editor equipementlibre target="system.equipementlibre" button=true owner=owner editable=editable}}
-
{{#each armes as |arme key|}}
-
{{arme.name}}
{{/each}}
-
{{#each equipements as |equip key|}}
-
{{equip.name}}
{{/each}}
-
{{#each sorts as |sort key|}}
-
{{sort.name}}
{{/each}}
{{!-- Biography Tab --}}
{{editor description target="system.biodata.description" button=true owner=owner
editable=editable}}
{{editor notes target="system.biodata.notes" button=true owner=owner editable=editable}}