{{!-- Sheet Header --}}

Encaisser des dommages Remise à neuf
{{calc.resumeBlessures}}
{{#if calc.surprise}}{{calc.surprise}}! {{/if}} {{#if effects}} {{#each effects as |effect key|}} {{effect.label}} {{/each}} {{#if options.isGM}} (enlever tout) {{/if}} {{else}} Aucun effet actif {{/if}}
{{!-- Sheet Tab Navigation --}} {{!-- Sheet Body --}}
{{!-- Carac Tab --}}
    {{#each data.carac as |carac key|}}
  1. {{#if (eq key 'taille')}} {{carac.label}} {{else}} {{carac.label}} {{/if}}
  2. {{/each}}
  3. Total Caractéristiques {{data.caracSum}}
    {{#each data.attributs as |attr key|}}
  1. {{attr.label}} :
  2. {{/each}}
  3. Vie : /
  4. Endurance : /
  5. Sonné :
  6. Etat Général : {{data.compteurs.etat.value}}
{{!-- Compétences Tab --}}
    {{#each competences as |comp key|}}
  1. {{comp.name}}
  2. {{/each}}
{{!-- blessures Tab --}}
{{!-- Liste de blessures --}} {{> "systems/foundryvtt-reve-de-dragon/templates/actor-liste-blessures-partial.html" this}}
{{!-- Equipment Tab --}}
{{> "systems/foundryvtt-reve-de-dragon/templates/actor-sheet-inventaire-monnaie.html" monnaie=monnaie}}

Equipement porté

Encombrement total/max : {{numberFormat calc.encTotal decimals=2}} / {{data.attributs.encombrement.value}} {{calc.surEncombrementMessage}} - Créer un objet {{#if options.isGM}} - Vider tout les conteneurs {{/if}}
  • Nom Q. Enc. Equiper/Editer/Suppr.
  • {{#each objets as |item id|}} {{#unless item.estContenu}} {{#if (ne item.type 'conteneur')}} {{> "systems/foundryvtt-reve-de-dragon/templates/actor-sheet-inventaire-conteneur.html" item=item }} {{/if}} {{/unless}} {{/each}} {{#each conteneurs as |conteneur id|}} {{buildConteneur this}} {{/each}}
{{!-- Biography Tab --}}
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
{{>"systems/foundryvtt-reve-de-dragon/templates/actor-sheet-editor-notes-mj.html"}}