Merge pull request 't' (#5) from testing into dev

Reviewed-on: #5
pull/9/head
dmitry_k 2023-11-23 17:58:55 +00:00
commit 4c42e5cdf1
4 changed files with 84 additions and 2 deletions

@ -1 +1 @@
Subproject commit 6d4540e421c70d44a67c1c539013c2b3faeaa14d
Subproject commit 27c8f5203f295bb028a77b129b40c709bf941c28

View File

@ -0,0 +1,41 @@
{
"id": "sc-backgrounds",
"name": "shared-compendia-backgrounds",
"title": "Shared Compendia Backgrounds",
"description": "Character background list",
"authors": [
{
"name": "leego neit"
}
],
"version": "$RELEASE_TAG",
"minimumCoreVersion": "9",
"compatibility": {
"minimum": "9",
"verified": "11",
"maximum": "11"
},
"url": "${DRONE_REPO_LINK}",
"manifest": "${DRONE_REPO_LINK}/releases/download/latest/module.json",
"download": "${DRONE_REPO_LINK}/releases/download/$RELEASE_TAG/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"
}
]
}

View File

@ -0,0 +1,41 @@
{
"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"
}
]
}

File diff suppressed because one or more lines are too long