diff --git a/system.json b/system.json index 6ecc9d9..1f0eee0 100644 --- a/system.json +++ b/system.json @@ -17,7 +17,7 @@ "library": false, "license": "LICENSE.txt", "manifest": "https://www.uberwald.me/gitea/public/fvtt-mournblade/raw/branch/main/system.json", - "download": "https://www.uberwald.me/gitea/public/fvtt-mournblade/archive/fvtt-mournblade-0.0.9.zip", + "download": "https://www.uberwald.me/gitea/public/fvtt-mournblade/archive/fvtt-mournblade-0.0.10.zip", "manifestPlusVersion": "1.0.0", "media": [], "minimumCoreVersion": "0.8.0", @@ -70,9 +70,9 @@ "styles": [ "styles/simple.css" ], - "templateVersion": 7, + "templateVersion": 8, "title": "Mournblade", "url": "", - "version": "0.0.9", + "version": "0.0.10", "background": "./images/ui/mournblade_welcome.webp" } \ No newline at end of file diff --git a/template.json b/template.json index ecb5773..5144c7b 100644 --- a/template.json +++ b/template.json @@ -22,26 +22,31 @@ "attributs": { "adr":{ "label": "Adresse", + "labelnorm": "adresse", "abbrev": "adr", "value": 1 }, "pui":{ "label": "Puissance", + "labelnorm": "puissance", "abbrev": "pui", "value": 1 }, "cla":{ "label": "Clairvoyance", + "labelnorm": "clairvoyance", "abbrev": "cla", "value": 1 }, "pre":{ "label": "Présence", + "labelnorm": "presence", "abbrev": "pre", "value": 0 }, "tre":{ "label": "Trempe", + "labelnorm": "trempe", "abbrev": "tre", "value": 0 } diff --git a/templates/actor-sheet.html b/templates/actor-sheet.html index cef1c4b..ddbac92 100644 --- a/templates/actor-sheet.html +++ b/templates/actor-sheet.html @@ -5,7 +5,10 @@
-

+
+

+ +
@@ -32,7 +35,8 @@