From 75bcfeae20262dba0a1eaf894ed408dac47eab2a Mon Sep 17 00:00:00 2001 From: sladecraven Date: Fri, 29 Jan 2021 21:41:00 +0100 Subject: [PATCH] =?UTF-8?q?Gestion=20=C3=A9caille=20sur=20initiative?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system.json | 4 ++-- template.json | 6 ++++++ templates/item-maladie-sheet.html | 35 +++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 templates/item-maladie-sheet.html diff --git a/system.json b/system.json index e2a08005..a14eeb1f 100644 --- a/system.json +++ b/system.json @@ -2,11 +2,11 @@ "name": "foundryvtt-reve-de-dragon", "title": "Rêve de Dragon", "description": "Rêve de Dragon RPG for FoundryVTT", - "version": "1.3.6", + "version": "1.3.7", "manifestPlusVersion": "1.0.0", "minimumCoreVersion": "0.7.5", "compatibleCoreVersion": "0.7.9", - "templateVersion": 86, + "templateVersion": 87, "author": "LeRatierBretonnien", "authors": [ { diff --git a/template.json b/template.json index d687c6ef..c06b8470 100644 --- a/template.json +++ b/template.json @@ -799,6 +799,12 @@ "duree": "", "sust": 0, "description": "" + }, + "maladie": { + "malignite": 0, + "periodicite": "", + "remedes": "", + "description": "" } } } diff --git a/templates/item-maladie-sheet.html b/templates/item-maladie-sheet.html new file mode 100644 index 00000000..8c2601d9 --- /dev/null +++ b/templates/item-maladie-sheet.html @@ -0,0 +1,35 @@ +
+
+ +
+

+
+
+ + {{!-- Sheet Body --}} +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+ {{editor content=data.description target="data.description" button=true owner=owner editable=editable}} +
+
+
+ +