Merge branch 'dev' of https://gitea.kdiva.ru/modules/sc-items into dev
continuous-integration/drone/push Build is failing Details

pull/4/head
Dmitry Kirdyashkin 2023-07-23 14:06:45 +03:00
commit b3a00bc54b
1 changed files with 41 additions and 0 deletions

41
module.json 100644
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": "-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/releases/download/-dev/module.json",
"download": "https://gitea.kdiva.ru/modules/sc-items/releases/download/-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"
}
]
}