From 3b2ea7d82f1606e6fdceeac8abccd1da67712d45 Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Thu, 1 Apr 2021 21:33:43 +0200 Subject: [PATCH] =?UTF-8?q?#174:=20Limiter=20le=20draconic=20aux=20Haut=20?= =?UTF-8?q?r=C3=AAvant?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/actor.js | 7 +++++++ system.json | 2 +- template.json | 6 ++++++ templates/actor-sheet.html | 21 ++++++++++++++++----- 4 files changed, 30 insertions(+), 6 deletions(-) diff --git a/module/actor.js b/module/actor.js index c4fb17c4..f5deebdc 100644 --- a/module/actor.js +++ b/module/actor.js @@ -137,6 +137,7 @@ export class RdDActor extends Actor { async _prepareCharacterData(actorData) { // Initialize empty items RdDCarac.computeCarac(actorData.data); + this.computeIsHautRevant(); this.computeEncombrementTotalEtMalusArmure(); this.computePrixTotalEquipement(); this.computeEtatGeneral(); @@ -955,6 +956,12 @@ export class RdDActor extends Actor { : Misc.templateData(this).attributs.encombrement.value; } + /* -------------------------------------------- */ + async computeIsHautRevant() { + const tplData = Misc.templateData(this); + tplData.attributs.hautrevant.value = this.listItemsData('tete').find(it => Grammar.toLowerCaseNoAccent(it.name) == 'don de haut-reve') + ? "Haut rêvant" + : ""; } /* -------------------------------------------- */ diff --git a/system.json b/system.json index 19c1932e..89b0f15b 100644 --- a/system.json +++ b/system.json @@ -6,7 +6,7 @@ "manifestPlusVersion": "1.0.0", "minimumCoreVersion": "0.7.5", "compatibleCoreVersion": "0.7.9", - "templateVersion": 96, + "templateVersion": 97, "author": "LeRatierBretonnien", "authors": [ { diff --git a/template.json b/template.json index f8496590..a4e51428 100644 --- a/template.json +++ b/template.json @@ -430,6 +430,12 @@ "value": 0, "label": "Protection naturelle", "derivee": false + }, + "hautrevant": { + "type": "string", + "value": "", + "label": "Haut rêvant", + "derivee": true } }, "reve": { diff --git a/templates/actor-sheet.html b/templates/actor-sheet.html index 149670f2..b89f29c4 100644 --- a/templates/actor-sheet.html +++ b/templates/actor-sheet.html @@ -1,3 +1,5 @@ +{{log 'calc' calc}} +
{{!-- Sheet Header --}} @@ -59,9 +61,11 @@ Remise à neuf Dormir une heure Chateau Dormant + {{#if (eq data.attributs.hautrevant.value 'Haut rêvant')}} Montée dans les Terres Médianes ! Montée accélérée dans les Terres Médianes ! Regarder les Terres Médianes + {{/if}}
Malus de fatigue : {{calc.fatigue.malus}} @@ -295,14 +299,17 @@ {{/each}} + {{#if (eq data.attributs.hautrevant.value 'Haut rêvant')}}
- Draconic + Draconic
    - {{#each competenceByCategory.draconic as |comp key|}} - {{> "systems/foundryvtt-reve-de-dragon/templates/actor-sheet-competence-partial.html" comp}} - {{/each}} + {{#each competenceByCategory.draconic as |comp key|}} + {{> "systems/foundryvtt-reve-de-dragon/templates/actor-sheet-competence-partial.html" comp}} + {{/each}}
+ {{/if}} +
  • @@ -548,6 +555,7 @@

    Haut rêve:

      + {{#if (eq data.attributs.hautrevant.value 'Haut rêvant')}}
    • Position en TMR : @@ -558,6 +566,7 @@ {{/if}}
    • + {{/if}}
    • Seuil de Rêve : @@ -581,6 +590,7 @@

    + {{#if (eq data.attributs.hautrevant.value 'Haut rêvant')}}

    Sorts:

      @@ -649,9 +659,10 @@ {{/each}}
    +
    + {{/if}} {{!-- Queues, Souffles, Tetes, Ombre --}} -

    Queues:

      {{#each queues as |queue key|}}