Update module.json
This commit is contained in:
parent
5509a4f227
commit
5b229a0832
21
module.json
21
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,8 +61,7 @@
|
||||
"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/"
|
||||
|
Loading…
Reference in New Issue
Block a user