Merge pull request #3 from sladecraven/master

Simple fix to enable the module with Foundry v0.8.X
This commit is contained in:
Stuart Kerrigan 2021-07-27 17:42:25 +01:00 committed by GitHub
commit 4ffc77a500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 7 deletions

2
fr.json Normal file
View File

@ -0,0 +1,2 @@
{
}

View File

@ -2,15 +2,31 @@
"name": "wfrp4e-night-of-blood", "name": "wfrp4e-night-of-blood",
"title": "Night of Blood (WFRP 4e)", "title": "Night of Blood (WFRP 4e)",
"description": "The classic Warhammer Fantasy Roleplay adventure, perfect for introducing new players", "description": "The classic Warhammer Fantasy Roleplay adventure, perfect for introducing new players",
"version": "1.2", "version": "1.3",
"author": "Stu", "author": "Stu",
"systems": ["wfrp4e"], "dependencies": [
{
"name": "wfrp4e",
"type": "system"
},
{
"name": "babele",
"type": "module"
}
],
"styles": [ "styles": [
"./styles.css" "./styles.css"
], ],
"scripts": [ "scripts": [
"init.js" "init.js"
], ],
"languages": [
{
"lang": "fr",
"name": "Français",
"path": "fr.json"
}
],
"packs": [ "packs": [
{ {
"name": "NightOfBloodActors", "name": "NightOfBloodActors",
@ -45,9 +61,8 @@
"system": "wfrp4e" "system": "wfrp4e"
} }
], ],
"languages": ["en"], "minimumCoreVersion": "0.8.0",
"minimumCoreVersion": "0.7.5", "manifest": "https://raw.githubusercontent.com/sladecraven/WFRP-Night-of-Blood-4e-FVTT/master/module.json",
"manifest": "https://raw.githubusercontent.com/CStuartEKerrigan/WFRP-Night-of-Blood-4e-FVTT/master/module.json", "download": "https://github.com/sladecraven/WFRP-Night-of-Blood-4e-FVTT/archive/master.zip",
"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/" "url": "https://github.com/CStuartEKerrigan/WFRP-Night-of-Blood-4e-FVTT/"
} }