From 6aa63f9a9813e2cfa68dc30e88931fdaef4ea3db Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Tue, 9 May 2023 21:18:44 +0200 Subject: [PATCH] Better chat result + hide some compendiums --- README.md | 2 +- modules/mournblade-utility.js | 1 + system.json | 8 ++++---- templates/chat-generic-result.html | 7 +++++++ 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eda248a..4ff7b31 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Books are mandatory to play and are available at : http://www.titam-france.fr Système non-officiel pour le JDR Mournblade (Titam France). -Ce système a été autorisé par Ludospherik ( http://www.ludospherik.fr/ ), merci à eux ! +Ce système a été autorisé par Le Département des Sombres Projets, merci à eux ! Les livres du jeu sont nécessaires pour jouer, et sont disponibles ici : http://www.titam-france.fr diff --git a/modules/mournblade-utility.js b/modules/mournblade-utility.js index 2399ec3..b21b6da 100644 --- a/modules/mournblade-utility.js +++ b/modules/mournblade-utility.js @@ -347,6 +347,7 @@ export class MournbladeUtility { let myRoll = new Roll(rollData.diceFormula).roll({ async: false }) await this.showDiceSoNice(myRoll, game.settings.get("core", "rollMode")) rollData.roll = myRoll + rollData.diceResult = myRoll.terms[0].results[0].result console.log(">>>> ", myRoll) rollData.finalResult = myRoll.total diff --git a/system.json b/system.json index abda71e..3c26b7b 100644 --- a/system.json +++ b/system.json @@ -1,7 +1,7 @@ { "id": "fvtt-mournblade", "description": "Mournblade RPG for FoundryVTT", - "version": "10.0.16", + "version": "10.0.17", "authors": [ { "name": "Uberwald/LeRatierBretonnien", @@ -23,7 +23,7 @@ "gridUnits": "m", "license": "LICENSE.txt", "manifest": "https://www.uberwald.me/gitea/public/fvtt-mournblade/raw/branch/v10/system.json", - "download": "https://www.uberwald.me/gitea/public/fvtt-mournblade/archive/fvtt-mournblade-10.0.16.zip", + "download": "https://www.uberwald.me/gitea/public/fvtt-mournblade/archive/fvtt-mournblade-10.0.17.zip", "packs": [ { "type": "Item", @@ -112,7 +112,7 @@ "name": "traits-chaotiques", "path": "packs/traits-chaotiques.db", "system": "fvtt-mournblade", - "private": false, + "private": true, "flags": {} }, { @@ -130,7 +130,7 @@ "name": "tables", "path": "packs/tables.db", "system": "fvtt-mournblade", - "private": false, + "private": true, "flags": {} } ], diff --git a/templates/chat-generic-result.html b/templates/chat-generic-result.html index c317075..690ef40 100644 --- a/templates/chat-generic-result.html +++ b/templates/chat-generic-result.html @@ -40,6 +40,13 @@ {{/if}}
  • Formule : {{diceFormula}}
  • +
  • Dé : {{diceResult}}
  • + + {{#if difficulte}} +
  • Difficulté : {{difficulte}}
  • + {{/if}} + +
  • Total : {{finalResult}}
  • {{#if difficulte}}