{{localize "DNC.Dialog.EmployeesTitle"}}

{{#if pcs.length}}
{{#each pcs}}

{{localize "DNC.Dialog.EmployeesTabCharacteristics"}}

{{localize "DNC.UI.Pv"}} {{this.pvValue}}/{{this.pvMax}}
{{localize "DNC.UI.Dv"}} {{this.dv}}
{{#each ../characteristicKeys}}
{{this.short}} {{lookup .. this.key}}
{{/each}}
{{#if this.concept}}

{{this.concept}}

{{/if}}

{{localize "DNC.Dialog.EmployeesTabCombat"}}

⚔️ ×{{this.meleeAttacks}} {{localize "DNC.UI.MeleeAttacks"}} 🏹 ×{{this.rangedAttacks}} {{localize "DNC.UI.RangedAttacks"}}
{{#if this.weapons.length}}

{{localize "DNC.UI.Weapons"}}

{{#each this.weapons}}
{{this.name}} {{this.categoryLabel}} {{this.handsLabel}} {{localize "DNC.UI.Damage"}} {{this.damage}} {{#if this.ammunition}}{{localize "DNC.UI.Ammunition"}} {{this.ammunition}}{{/if}}
{{/each}}
{{/if}} {{#if this.armors.length}}

{{localize "DNC.UI.Armors"}}

{{#each this.armors}}
{{this.name}} {{this.protectionDie}} {{#if this.remainingProtection}}ARM {{this.remainingProtection}}{{/if}}
{{/each}}
{{/if}}

{{localize "DNC.Dialog.EmployeesTabMagie"}}

{{localize "DNC.UI.Rank"}} {{this.magicRank}}
{{localize "DNC.UI.Focus"}} {{this.focusDisplay}}
{{localize "DNC.UI.Chaos"}} {{this.chaosDisplay}}
{{#if this.spells.length}}

Sortilèges

{{#each this.spells}}
{{this.name}} {{#if this.usageLabel}}{{this.usageLabel}}{{/if}}
{{/each}}
{{/if}} {{#if this.capacities.length}}

Capacités

{{#each this.capacities}}
{{this.name}} {{#if this.usageLabel}}{{this.usageLabel}}{{/if}}
{{/each}}
{{/if}}
{{/each}}
{{else}}

{{localize "DNC.Empty.NoEmployees"}}

{{/if}}
{{#if clients.length}}
{{#each clients}}

{{this.name}}

{{#if this.species}}
Espèce{{this.species}}
{{/if}} {{#if this.category}}
Catégorie{{this.category}}
{{/if}} {{#if this.role}}
Rôle{{this.role}}
{{/if}}
{{localize "DNC.UI.Pv"}} {{this.pvValue}}/{{this.pvMax}}
{{localize "DNC.UI.Dv"}} {{this.dv}}
{{#if this.armureDelta}}
Armure Δ{{this.armureDelta}}
{{/if}} {{#if this.courageDelta}}
Courage Δ{{this.courageDelta}}
{{/if}}
{{#if this.summary}}

{{this.summary}}

{{/if}}
{{#if this.attaques.length}}

{{localize "DNC.Dialog.EmployeesTabCombat"}}

{{#each this.attaques}}
{{this.nom}} {{#if this.notes}}{{this.notes}}{{/if}}
{{/each}}
{{#if this.weapons.length}}

{{localize "DNC.UI.Weapons"}}

{{#each this.weapons}}
{{this.name}} {{this.categoryLabel}} {{this.damage}}
{{/each}}
{{/if}}
{{else if this.weapons.length}}

{{localize "DNC.Dialog.EmployeesTabCombat"}}

{{#each this.weapons}}
{{this.name}} {{this.categoryLabel}} {{this.damage}}
{{/each}}
{{/if}} {{#if this.hasMagie}}

{{localize "DNC.Dialog.EmployeesTabMagie"}}

{{#if this.spells.length}}

Sortilèges

{{#each this.spells}}
{{this.name}} {{#if this.usageLabel}}{{this.usageLabel}}{{/if}}
{{/each}}
{{/if}} {{#if this.capacities.length}}

Capacités

{{#each this.capacities}}
{{this.name}} {{#if this.usageLabel}}{{this.usageLabel}}{{/if}}
{{/each}}
{{/if}} {{#if this.pouvoirsSpeciaux}}
{{{this.pouvoirsSpeciaux}}}
{{/if}}
{{/if}}
{{/each}}
{{else}}

{{localize "DNC.Empty.NoClients"}}

{{/if}}