добавлена БД для предметов arcana of the ancients

pull/2/head
dmitry.kirdyashkin 2023-06-12 21:04:18 +03:00
parent 12fe008694
commit f55d93aaa9
3 changed files with 13 additions and 3 deletions

@ -1 +1 @@
Subproject commit d8e09bc4ff1c3366067813488340817fc7ea42e4 Subproject commit 5cbbf26c604c7cfd37d14b3dcd9b1692ba1084e4

View File

@ -8,7 +8,7 @@
"name": "leego neit" "name": "leego neit"
} }
], ],
"version": "1.0.28", "version": "1.1.1",
"minimumCoreVersion": "9", "minimumCoreVersion": "9",
"compatibility": { "compatibility": {
"minimum": "9", "minimum": "9",
@ -17,7 +17,7 @@
}, },
"url": "https://gitea.kdiva.ru/modules/sc-items", "url": "https://gitea.kdiva.ru/modules/sc-items",
"manifest": "https://gitea.kdiva.ru/modules/sc-items/raw/branch/main/src/module.json", "manifest": "https://gitea.kdiva.ru/modules/sc-items/raw/branch/main/src/module.json",
"download": "https://gitea.kdiva.ru/api/packages/modules/generic/sc-items/1.0.28/module.zip", "download": "https://gitea.kdiva.ru/api/packages/modules/generic/sc-items/1.1.1/module.zip",
"packs": [ "packs": [
{ {
"name": "sc-items", "name": "sc-items",
@ -27,6 +27,15 @@
"type": "Item", "type": "Item",
"module": "shared-compendia-items", "module": "shared-compendia-items",
"system": "dnd5e" "system": "dnd5e"
},
{
"name": "sc-items-aota",
"label": "arcana of the ancients items",
"path": "packs/sc-items-aota.db",
"entity": "Item",
"type": "Item",
"module": "shared-compendia-items",
"system": "dnd5e"
} }
] ]
} }

File diff suppressed because one or more lines are too long