Compare commits

..

No commits in common. "eee3ecc736ea70498906780661d0c690a3ced04b" and "3d21a7967b6a4ec30fa01b86b4ebb8621f579185" have entirely different histories.

2 changed files with 5 additions and 45 deletions

View File

@ -1,8 +1,8 @@
{ {
"id": "sc-backgrounds", "id": "sc-items",
"name": "shared-compendia-backgrounds", "name": "shared-compendia-items",
"title": "Shared Compendia Backgrounds", "title": "Shared Compendia Items",
"description": "Character background list", "description": "Item list",
"authors": [ "authors": [
{ {
"name": "leego neit" "name": "leego neit"

View File

@ -1,41 +1 @@
{ 2
"id": "sc-backgrounds",
"name": "shared-compendia-backgrounds",
"title": "Shared Compendia Backgrounds",
"description": "Character background list",
"authors": [
{
"name": "leego neit"
}
],
"version": "1.0.11",
"minimumCoreVersion": "9",
"compatibility": {
"minimum": "9",
"verified": "10",
"maximum": "10"
},
"url": "https://gitea.kdiva.ru/modules/sc-backgrounds",
"manifest": "https://gitea.kdiva.ru/modules/sc-backgrounds/raw/branch/main/src/module.json",
"download": "https://gitea.kdiva.ru/api/packages/modules/generic/sc-backgrounds/1.0.11/module.zip",
"packs": [
{
"name": "sc-backgrounds",
"label": "sc backgrounds",
"path": "packs/sc-backgrounds.db",
"entity": "Item",
"type": "Item",
"module": "shared-compendia-backgrounds",
"system": "dnd5e"
},
{
"name": "sc-background-features",
"label": "sc background features",
"path": "packs/sc-background-features.db",
"entity": "Item",
"type": "Item",
"module": "shared-compendia-backgrounds",
"system": "dnd5e"
}
]
}