pull/2/head
Dmitry Kirdyashkin 2023-06-18 23:07:59 +03:00
parent 91b064d123
commit 30f1598139
2 changed files with 44 additions and 3 deletions

View File

@ -8,7 +8,7 @@
"name": "leego neit"
}
],
"version": "1.1.2-dev",
"version": "0.0.1-dev",
"minimumCoreVersion": "9",
"compatibility": {
"minimum": "9",
@ -16,8 +16,8 @@
"maximum": "10"
},
"url": "https://gitea.kdiva.ru/modules/sc-items",
"manifest": "https://gitea.kdiva.ru/modules/sc-items/raw/branch/aota-dev/src/module.json",
"download": "https://gitea.kdiva.ru/api/packages/modules/generic/sc-items/1.1.2-dev/module.zip",
"manifest": "https://gitea.kdiva.ru/modules/sc-items/releases/download/0.0.1-dev/module.json",
"download": "https://gitea.kdiva.ru/modules/sc-items/releases/download/0.0.1-dev/module.zip",
"packs": [
{
"name": "sc-items",

View File

@ -0,0 +1,41 @@
{
"id": "sc-items",
"name": "shared-compendia-items",
"title": "Shared Compendia Items",
"description": "Item list",
"authors": [
{
"name": "leego neit"
}
],
"version": "1.1.2-dev",
"minimumCoreVersion": "9",
"compatibility": {
"minimum": "9",
"verified": "10",
"maximum": "10"
},
"url": "https://gitea.kdiva.ru/modules/sc-items",
"manifest": "https://gitea.kdiva.ru/modules/sc-items/raw/branch/aota-dev/src/module.json",
"download": "https://gitea.kdiva.ru/api/packages/modules/generic/sc-items/1.1.2-dev/module.zip",
"packs": [
{
"name": "sc-items",
"label": "sc items",
"path": "packs/sc-items.db",
"entity": "Item",
"type": "Item",
"module": "shared-compendia-items",
"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"
}
]
}