From 5207df02231d6373039312e6d39e864cd23c0bf6 Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Wed, 17 Mar 2021 01:04:37 +0100 Subject: [PATCH] =?UTF-8?q?Supprime=20feuille=20inutilis=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/actor-humanoide-sheet.html | 230 --------------------------- 1 file changed, 230 deletions(-) delete mode 100644 templates/actor-humanoide-sheet.html diff --git a/templates/actor-humanoide-sheet.html b/templates/actor-humanoide-sheet.html deleted file mode 100644 index 39126bc7..00000000 --- a/templates/actor-humanoide-sheet.html +++ /dev/null @@ -1,230 +0,0 @@ -
- - {{!-- Sheet Header --}} -
- -
-
-

-
-
-
- Encaisser des dommages - Remise à neuf -
-
-
-
- {{data.blessures.resume}} -
-
-
-
- - {{!-- Sheet Tab Navigation --}} - - - {{!-- Sheet Body --}} -
- - {{!-- Carac Tab --}} -
-
-
-
    - {{#each data.carac as |carac key|}} -
  1. - {{#if carac.isTaille}} - {{carac.label}} - {{else}} - {{carac.label}} - {{/if}} - -
  2. - {{/each}} -
  3. - Total Caractéristiques - {{data.caracSum}} -
  4. -
-
-
-
    - {{#each data.attributs as |attr key|}} -
  1. - {{attr.label}} : - -
  2. - {{/each}} -
  3. - Vie : - / - -
  4. -
  5. - Endurance : - / - -
  6. -
  7. - Sonné : - - -
  8. -
  9. - Etat Général : - {{data.compteurs.etat.value}} -
  10. -
-
-
-
- - {{!-- Compétences Tab --}} -
-
-
-
    - {{#each data.competencecreature as |comp key|}} -
  1. - - {{comp.name}} - - - -
    - - -
    -
  2. - {{/each}} -
-
-
-
- - {{!-- blessures Tab --}} -
- Blessures Légeres : -
- {{#each data.blessures.legeres.liste as |bless key|}} -
  • - {{#if bless.active}}{{else}}{{/if}} - Premiers soins - - Soins complets - - Jours - - - Loc. -
  • - {{/each}} -
    - Blessures Graves : -
    - {{#each data.blessures.graves.liste as |bless key|}} -
  • - {{#if bless.active}}{{else}}{{/if}} - Premiers soins - - Soins complets - - Jours - - - Loc. -
  • - {{/each}} -
    - Blessure Critique : -
    - {{#each data.blessures.critiques.liste as |bless key|}} -
  • - {{#if bless.active}}{{else}}{{/if}} - Premiers soins - - Soins complets - - Jours - - - Loc. -
  • - - {{/each}} -
    -
    - - {{!-- Equipment Tab --}} -
    - Encombrement total/max : {{numberFormat data.encTotal decimals=1}} / {{data.attributs.encombrement.value}} -
      -
    1. - Nom - Q. - Enc. - Equiper - Editer/Suppr. -
    2. - {{#each data.objets as |item id|}} - {{#unless item.estContenu}} - {{#if (ne item.type 'conteneur')}} -
    3. - - {{item.name}} - {{item.data.quantite}} - {{numberFormat item.data.encTotal decimals=2}} - -
    4. - {{/if}} - {{/unless}} - {{/each}} - {{#each data.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/editor-notes-mj.html"}} -
    - - - -
    -
    \ No newline at end of file