{{!-- Sheet Header --}}

{{!-- The grid classes are defined in scss/global/_grid.scss. To use, use both the "grid" and "grid-Ncol" class where "N" can be any number from 1 to 12 and will create that number of columns. --}}
{{#each system.attributes as |attribute att|}}
{{/each}}
{{!-- Sheet Tab Navigation --}} {{!-- Sheet Body --}}
{{!-- Owned Features Tab --}}

Caractéristiques

{{#each config.abilityCategories as |abilityCategory ackey|}}

{{ localize abilityCategory.label }}

{{#each @root.system.abilities as |ability key|}} {{#ife ability.category ackey }}
{{/ife}} {{/each}}
{{/each}}

Compétences

{{#each config.skillCategories as |skillCategory sckey|}}

{{ localize skillCategory.label }}

{{#each @root.system.skills as |skill skey|}} {{#ife skill.category sckey }}
{{/ife}} {{/each}}
{{/each}}
{{!-- Biography Tab --}}
{{!-- If you want TinyMCE editors to output inline rolls when rendered, you need to pass the actor's roll data to the rollData property. --}} {{editor system.biography target="system.biography" rollData=rollData button=true owner=owner editable=editable}}
{{!-- Owned Items Tab --}}
{{> "systems/totem/templates/actor/parts/actor-items.html"}}
{{!-- Owned Spells Tab --}}
{{> "systems/totem/templates/actor/parts/actor-spells.html"}}
{{!-- Active Effects Tab --}}
{{> "systems/totem/templates/actor/parts/actor-effects.html"}}