From 5b229a083295cfc909502e7056ab8694c2da27e5 Mon Sep 17 00:00:00 2001 From: sladecraven Date: Tue, 27 Jul 2021 18:32:25 +0200 Subject: [PATCH 1/3] Update module.json --- module.json | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/module.json b/module.json index 0a344c0..b0feaa4 100644 --- a/module.json +++ b/module.json @@ -4,13 +4,29 @@ "description": "The classic Warhammer Fantasy Roleplay adventure, perfect for introducing new players", "version": "1.2", "author": "Stu", - "systems": ["wfrp4e"], + "dependencies": [ + { + "name": "wfrp4e", + "type": "system" + }, + { + "name": "babele", + "type": "module" + } + ], "styles": [ "./styles.css" ], "scripts": [ "init.js" ], + "languages": [ + { + "lang": "fr", + "name": "Français", + "path": "fr.json" + } + ], "packs": [ { "name": "NightOfBloodActors", @@ -45,9 +61,8 @@ "system": "wfrp4e" } ], - "languages": ["en"], - "minimumCoreVersion": "0.7.5", + "minimumCoreVersion": "0.8.0", "manifest": "https://raw.githubusercontent.com/CStuartEKerrigan/WFRP-Night-of-Blood-4e-FVTT/master/module.json", "download": "https://github.com/CStuartEKerrigan/WFRP-Night-of-Blood-4e-FVTT/archive/master.zip", "url": "https://github.com/CStuartEKerrigan/WFRP-Night-of-Blood-4e-FVTT/" -} \ No newline at end of file +} From 3a4dfd2293e2ea22f9b8eb1233c32e6d6bddca47 Mon Sep 17 00:00:00 2001 From: sladecraven Date: Tue, 27 Jul 2021 18:32:52 +0200 Subject: [PATCH 2/3] Update module.json --- module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index b0feaa4..180a75c 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "wfrp4e-night-of-blood", "title": "Night of Blood (WFRP 4e)", "description": "The classic Warhammer Fantasy Roleplay adventure, perfect for introducing new players", - "version": "1.2", + "version": "1.3", "author": "Stu", "dependencies": [ { @@ -62,7 +62,7 @@ } ], "minimumCoreVersion": "0.8.0", - "manifest": "https://raw.githubusercontent.com/CStuartEKerrigan/WFRP-Night-of-Blood-4e-FVTT/master/module.json", - "download": "https://github.com/CStuartEKerrigan/WFRP-Night-of-Blood-4e-FVTT/archive/master.zip", + "manifest": "https://raw.githubusercontent.com/sladecraven/WFRP-Night-of-Blood-4e-FVTT/master/module.json", + "download": "https://github.com/sladecraven/WFRP-Night-of-Blood-4e-FVTT/archive/master.zip", "url": "https://github.com/CStuartEKerrigan/WFRP-Night-of-Blood-4e-FVTT/" } From ea379954e98f8a207c334c9a33370915a747e028 Mon Sep 17 00:00:00 2001 From: sladecraven Date: Tue, 27 Jul 2021 18:33:08 +0200 Subject: [PATCH 3/3] Create fr.json --- fr.json | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 fr.json diff --git a/fr.json b/fr.json new file mode 100644 index 0000000..2c63c08 --- /dev/null +++ b/fr.json @@ -0,0 +1,2 @@ +{ +}