{{localize "TENEBRIS.Label.talents"}}
{{#if @root.isEditMode}} {{#each talents as |item|}} {{!log "path-talent" this}}
{{item.name}} {{#if item.progression}} (P){{/if}} {{#if (and item.progression (gt item.niveau 1))}}{{localize 'TENEBRIS.Label.level'}} {{item.niveau}}{{/if}}
{{/each}} {{else}} {{#each talentsAppris as |item|}} {{!log "path-talent appris" this}}
{{#if (ne item.img "icons/svg/item-bag.svg")}} {{/if}} {{item.name}} {{item.details}}
{{/each}} {{/if}}
{{localize "TENEBRIS.Label.equipement"}}{{#if isEditMode}}{{/if}}
{{#each weapons as |item|}} {{!log 'weapon' this}}
{{#if (ne item.img "icons/svg/item-bag.svg")}} {{/if}}
{{item.name}}
{{localize "TENEBRIS.Label.degats"}} : {{item.system.degats}} {{#if @root.isEditMode}}
{{/if}}
{{/each}}
{{#each armors as |item|}} {{!log 'armor' this}}
{{item.name}}
{{localize "TENEBRIS.Label.armor"}} : {{item.system.valeur}} {{localize "TENEBRIS.Label.malus"}} : {{item.system.malus}} {{#if @root.isEditMode}}
{{/if}}
{{/each}}
{{localize "TENEBRIS.Label.biens"}} {{formInput systemFields.biens enriched=enrichedBiens value=system.biens name="system.biens" toggled=true }}
{{#if (or isEditMode (and isPlayMode hasSpells))}}
{{localize "TENEBRIS.Label.spells"}}{{#if isEditMode}}{{/if}}
{{#each spells as |item|}} {{!log 'weapon' this}}
{{item.name}}
{{#if @root.isEditMode}}
{{/if}}
{{/each}}
{{/if}}