From e146c6ba5b3bbeb28a9e4ec12b1713f82c7f534d Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Tue, 7 Feb 2023 20:21:50 +0100 Subject: [PATCH] Tirage des tarots --- modules/malefices-actor-sheet.js | 2 +- system.json | 4 ++-- template.json | 2 ++ templates/actors/actor-sheet.hbs | 10 +++++++++- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/modules/malefices-actor-sheet.js b/modules/malefices-actor-sheet.js index 47e277c..1abf223 100644 --- a/modules/malefices-actor-sheet.js +++ b/modules/malefices-actor-sheet.js @@ -15,7 +15,7 @@ export class MaleficesActorSheet extends ActorSheet { classes: ["fvtt-malefices", "sheet", "actor"], template: "systems/fvtt-malefices/templates/actors/actor-sheet.hbs", width: 640, - height: 640, + height:680, tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "skills" }], dragDrop: [{ dragSelector: ".item-list .item", dropSelector: null }], editScore: true diff --git a/system.json b/system.json index 90d8700..3571ce7 100644 --- a/system.json +++ b/system.json @@ -64,7 +64,7 @@ ], "title": "Maléfices, le Jeu de Rôle", "url": "https://www.uberwald.me/gitea/public/fvtt-malefices", - "version": "10.0.18", - "download": "https://www.uberwald.me/gitea/public/fvtt-malefices/archive/fvtt-malefices-v10.0.18.zip", + "version": "10.0.19", + "download": "https://www.uberwald.me/gitea/public/fvtt-malefices/archive/fvtt-malefices-v10.0.19.zip", "background": "systems/fvtt-malefices/images/ui/malefice_welcome_page.webp" } \ No newline at end of file diff --git a/template.json b/template.json index e527cc0..2d36949 100644 --- a/template.json +++ b/template.json @@ -33,6 +33,8 @@ "lamesdestin": [], "pointdestin": 1, "fluide": 5, + "mpmb": 0, + "mpmn": 0, "attributs": { "constitution": { "label": "Constitution", diff --git a/templates/actors/actor-sheet.hbs b/templates/actors/actor-sheet.hbs index 5bb4a97..2303f42 100644 --- a/templates/actors/actor-sheet.hbs +++ b/templates/actors/actor-sheet.hbs @@ -73,9 +73,17 @@ {{#if isGM}}
  • - Fluide (MJ seulement) + Fluide (MJ)
  • +
  • + MPMB (MJ) + +
  • +
  • + MPMN (MJ) + +
  • {{/if}}