From 6f244ca1ef74b25e3f42ebea5dbb6173ece138b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Guillois?= Date: Mon, 4 Sep 2023 08:27:30 +0200 Subject: [PATCH] v0.1.4 --- css/vermine2047.css | 2 +- module/system/applications.mjs | 4 ++-- system.json | 31 +++++++++++++++++++------------ 3 files changed, 22 insertions(+), 15 deletions(-) diff --git a/css/vermine2047.css b/css/vermine2047.css index 2e7d944..a8d5459 100644 --- a/css/vermine2047.css +++ b/css/vermine2047.css @@ -76,7 +76,7 @@ ul.unstyled li { /* ----------------------------------------- */ /* Sheet Structure */ /* ----------------------------------------- */ -.system-vermine2047 .window-content { +.system-vermine2047 .sheet .window-content { background: url(/systems/vermine2047/assets/images/ui/box_background.webp); padding: 0; overflow-y: hidden; diff --git a/module/system/applications.mjs b/module/system/applications.mjs index b27b5d7..8c44075 100644 --- a/module/system/applications.mjs +++ b/module/system/applications.mjs @@ -40,7 +40,7 @@ export class TotemPicker extends Application { if (totem != null){ this.actor.update({ 'system.identity.totem': totem }); } - + this.close(); }); } @@ -119,7 +119,7 @@ export class ActorPicker extends Application { } else if (type == 'encounters'){ this.actor.update({ 'system.encounters': actorsList }); } - + }); } diff --git a/system.json b/system.json index b23a3f3..7d8d910 100644 --- a/system.json +++ b/system.json @@ -2,24 +2,31 @@ "id": "vermine2047", "title": "Vermine 2047", "description": "The Vermine 2047 system for FoundryVTT!", - "version": "0.1.3", + "version": "0.1.4", "compatibility": { - "minimum": 10, + "minimum": "10", "verified": "10.287", - "maximum": 10 + "maximum": "10" }, - "authors": [{ - "name": "François-Xavier Guillois" - }], - "esmodules": ["module/vermine2047.mjs"], - "styles": ["css/style.css", "css/vermine2047.css"], - "scripts": [], - "packs": [], + "authors": [ + { + "name": "François-Xavier Guillois", + "flags": {} + } + ], + "esmodules": [ + "module/vermine2047.mjs" + ], + "styles": [ + "css/style.css", + "css/vermine2047.css" + ], "languages": [ { "lang": "en", "name": "English", - "path": "lang/en.json" + "path": "lang/en.json", + "flags": {} } ], "gridDistance": 5, @@ -31,4 +38,4 @@ "download": "https://gitlab.com/api/v4/projects/46618912/repository/archive.zip", "license": "LICENSE.txt", "changelog": "CHANGELOG.md" -} +} \ No newline at end of file