forked from public/wfrp4e-unofficial-grimoire
migration to 7.1.6 system schema, migration to leveldb, sample waaagh effect
This commit is contained in:
13
module.json
13
module.json
@@ -3,7 +3,7 @@
|
||||
"title": "WFRP4E Unofficial Grimoire",
|
||||
"description": "Unofficial Grimoire for WFRP4E",
|
||||
"url": "https://www.uberwald.me/gitea/public/wfrp4e-unofficial-grimoire/",
|
||||
"version": "7.0.3",
|
||||
"version": "7.0.2",
|
||||
"compatibility": {
|
||||
"minimum": "10",
|
||||
"verified": "12"
|
||||
@@ -13,7 +13,7 @@
|
||||
"label": "UG Spells",
|
||||
"type": "Item",
|
||||
"name": "ug-spells",
|
||||
"path": "packs/ug-spells.db",
|
||||
"path": "packs/ug-spells",
|
||||
"system": "wfrp4e",
|
||||
"flags": {},
|
||||
"private": false
|
||||
@@ -22,7 +22,7 @@
|
||||
"label": "UG Waaagh Spells",
|
||||
"type": "Item",
|
||||
"name": "ug-waaagh-spells",
|
||||
"path": "packs/ug-waaagh-spells.db",
|
||||
"path": "packs/ug-waaagh-spells",
|
||||
"system": "wfrp4e",
|
||||
"flags": {},
|
||||
"private": false
|
||||
@@ -31,7 +31,7 @@
|
||||
"label": "UG Careers/Talents/Traits",
|
||||
"type": "Item",
|
||||
"name": "ug-careerstalentstraits",
|
||||
"path": "packs/ug-careerstalentstraits.db",
|
||||
"path": "packs/ug-careerstalentstraits",
|
||||
"system": "wfrp4e",
|
||||
"flags": {},
|
||||
"private": false
|
||||
@@ -40,11 +40,14 @@
|
||||
"label": "UG Creatures",
|
||||
"type": "Actor",
|
||||
"name": "ug-creatures",
|
||||
"path": "packs/ug-creatures.db",
|
||||
"path": "packs/ug-creatures",
|
||||
"system": "wfrp4e",
|
||||
"flags": {},
|
||||
"private": false
|
||||
}
|
||||
],
|
||||
"esmodules": [
|
||||
"/main.mjs"
|
||||
],
|
||||
"relationships": {
|
||||
"systems": [
|
||||
|
Reference in New Issue
Block a user