Delete strange ntries

This commit is contained in:
2021-08-10 08:59:12 +02:00
parent 5419e19794
commit 908485a04c
2 changed files with 40 additions and 27 deletions

View File

@@ -1,18 +1,18 @@
{
{
"name": "wfrp4e-unofficial-grimoire",
"title": "WFRP4E Unofficial Grimoire",
"description": "Unofficial Grimoire for WFRP4E",
"description": "Unofficial Grimoire for WFRP4E",
"author": "LeRatierBretonnien",
"version": "4.0.0",
"minimumCoreVersion": "0.8.0",
"compatibleCoreVersion":"0.8.8",
"esmodules" : [],
"dependencies": [
{
"name": "wfrp4e",
"type": "system"
}
],
"authors": [],
"url": "https://gitlab.com/LeRatierBretonnien/wfrp4e-unofficial-grimoire/",
"flags": {},
"version": "4.0.1",
"minimumCoreVersion": "0.6.6",
"compatibleCoreVersion": "0.8.8",
"scripts": [],
"esmodules": [],
"styles": [],
"languages": [],
"packs": [
{
"label": "UG Spells",
@@ -20,24 +20,31 @@
"name": "ug-spells",
"path": "./packs/ug-spells.db",
"system": "wfrp4e",
"package": "wfrp4e-unofficial-grimoire"
},
"package": "wfrp4e-unofficial-grimoire",
"private": false
},
{
"label": "UG Waaagh Spells",
"entity": "Item",
"name": "ug-waaagh-spells",
"path": "./packs/ug-waaagh-spells.db",
"system": "wfrp4e",
"package": "wfrp4e-unofficial-grimoire"
},
"package": "wfrp4e-unofficial-grimoire",
"private": false
},
{
"label": "UG Careers/Talents/Traits",
"entity": "Item",
"name": "ug-careerstalentstraits",
"path": "./packs/ug-careerstalentstraits.db",
"system": "wfrp4e",
"tags" : [ "career", "talent", "trait" ],
"package": "wfrp4e-unofficial-grimoire"
"tags": [
"career",
"talent",
"trait"
],
"package": "wfrp4e-unofficial-grimoire",
"private": false
},
{
"label": "UG Creatures",
@@ -45,12 +52,20 @@
"name": "ug-creatures",
"path": "./packs/ug-creatures.db",
"system": "wfrp4e",
"package": "wfrp4e-unofficial-grimoire"
"package": "wfrp4e-unofficial-grimoire",
"private": false
}
],
"languages": [
],
"manifest": "https://gitlab.com/LeRatierBretonnien/wfrp4e-unofficial-grimoire/raw/master/module.json",
"download": "https://gitlab.com/LeRatierBretonnien/wfrp4e-unofficial-grimoire/-/archive/master/wfrp4e-unofficial-grimoire-master.zip",
"url": "https://gitlab.com/LeRatierBretonnien/wfrp4e-unofficial-grimoire/"
}
"system": [],
"dependencies": [
{
"name": "wfrp4e",
"type": "system"
}
],
"socket": false,
"manifest": "https://gitlab.com/LeRatierBretonnien/wfrp4e-unofficial-grimoire/raw/master/module.json",
"download": "https://gitlab.com/LeRatierBretonnien/wfrp4e-unofficial-grimoire/-/archive/master/wfrp4e-unofficial-grimoire-master.zip",
"protected": false,
"coreTranslation": false
}