From 7ada5577aaac8dd52d6364735fdced6fd190e92c Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Sun, 10 Mar 2024 00:24:02 +0100 Subject: [PATCH] Ajout de l'information Ombre de Thanatos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Si Thanatos a été utilisé, la prochaine queue est une ombre Un indicateur apparait dans l'onglet Haut-Rêve. --- templates/actor/non-haut-revant.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/templates/actor/non-haut-revant.html b/templates/actor/non-haut-revant.html index 5aa2194a..333cf48a 100644 --- a/templates/actor/non-haut-revant.html +++ b/templates/actor/non-haut-revant.html @@ -12,13 +12,21 @@
  • Refoulement : - {{#if options.isGM}} + {{#if options.isGM}} - {{else}} + {{else}} {{system.reve.refoulement.value}} - {{/if}} + {{/if}}
  • + {{#if system.reve.reve.thanatosused}} +
  • + La prochaine queue est une Ombre + + + +
  • + {{/if}}
    {{> "systems/foundryvtt-reve-de-dragon/templates/actor/dragon-queues.html"}}