{{!-- Carac Tab --}}
{{!-- Compétences Tab --}}
{{#each data.competenceByCategory.generale as |comp key|}}
{{> "systems/foundryvtt-reve-de-dragon/templates/actor-sheet-competence-partial.html" comp}}
{{/each}}
{{#each data.competenceByCategory.particuliere as |comp key|}}
{{> "systems/foundryvtt-reve-de-dragon/templates/actor-sheet-competence-partial.html" comp}}
{{/each}}
{{#each data.competenceByCategory.specialisee as |comp key|}}
{{> "systems/foundryvtt-reve-de-dragon/templates/actor-sheet-competence-partial.html" comp}}
{{/each}}
{{#each data.competenceByCategory.melee as |comp key|}}
{{> "systems/foundryvtt-reve-de-dragon/templates/actor-sheet-competence-partial.html" comp}}
{{/each}}
{{#each data.competenceByCategory.tir as |comp key|}}
{{> "systems/foundryvtt-reve-de-dragon/templates/actor-sheet-competence-partial.html" comp}}
{{/each}}
{{#each data.competenceByCategory.lancer as |comp key|}}
{{> "systems/foundryvtt-reve-de-dragon/templates/actor-sheet-competence-partial.html" comp}}
{{/each}}
{{#each data.competenceByCategory.connaissance as |comp key|}}
{{> "systems/foundryvtt-reve-de-dragon/templates/actor-sheet-competence-partial.html" comp}}
{{/each}}
{{#each data.competenceByCategory.draconic as |comp key|}}
{{> "systems/foundryvtt-reve-de-dragon/templates/actor-sheet-competence-partial.html" comp}}
{{/each}}
{{!-- Combat Tab --}}
Armes et Défenses:
{{#each data.combat as |arme key|}}
-
{{arme.name}}
{{arme.data.initiative}}
{{arme.data.competence}}
{{numberFormat arme.data.niveau decimals=0 sign=true}}
{{numberFormat arme.data.dommages decimals=0 sign=true}}
{{/each}}
-
{{esquive.name}}
{{numberFormat esquive.niveau decimals=0 sign=true}}
{{!-- Liste de blessures --}}
Blessures:
Légères:
{{#each data.blessures.legeres.liste as |bless key|}}
-
{{/each}}
Graves :
{{#each data.blessures.graves.liste as |bless key|}}
-
{{/each}}
Critique :
{{#each data.blessures.critiques.liste as |bless key|}}
-
{{/each}}
{{!-- Connaissances Tab --}}
{{!-- hautreve Tab --}}
Sorts:
{{#each data.sorts as |mysort key|}}
-
{{mysort.name}}
{{mysort.data.draconic}} / {{mysort.data.difficulte}}
{{/each}}
Sorts en Réserve:
{{#each hautreve.sortsReserve as |reserve key|}}
-
{{reserve.sort.name}} - {{reserve.coord}}
{{/each}}
{{!-- Queues, Souffles, Tetes, Ombre --}}
Queues:
Souffles:
Tetes:
Ombres de Thanatos:
{{!-- Equipment Tab --}}
{{!-- Biography Tab --}}
Biographie :
{{editor content=data.biographie target="data.biographie" button=true owner=owner editable=editable}}
Notes :
{{editor content=data.notes target="data.notes" button=true owner=owner editable=editable}}
{{>"systems/foundryvtt-reve-de-dragon/templates/editor-notes-mj.html"}}