Sync first commit

This commit is contained in:
sladecraven 2020-10-01 23:20:38 +02:00
parent dd1fd8c868
commit 46c9f06b43
1 changed files with 17 additions and 1 deletions

View File

@ -4,11 +4,27 @@
"description": "Unofficial Grimoire for WFRP4E",
"author": "LeRatierBretonnien",
"systems": ["wfrp4e"],
"version": "0.0.1",
"version": "0.0.2",
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion":"0.7.3",
"esmodules" : [],
"packs": [
{
"label": "Spells (UG)",
"entity": "Item",
"name": "spells-ug",
"path": "./packs/spells-ug.db",
"system": "wfrp4e",
"package": "wfrp4e-unofficial-grimoire"
},
{
"label": "Talents (UG)",
"entity": "Item",
"name": "talents-ug",
"path": "./packs/talents-ug.db",
"system": "wfrp4e",
"package": "wfrp4e-unofficial-grimoire"
}
],
"languages": [
],