sc-items/module.json.template

42 lines
986 B
Plaintext
Raw Permalink Normal View History

2023-07-11 19:17:21 +00:00
{
"id": "sc-items",
"name": "shared-compendia-items",
"title": "Shared Compendia Items",
"description": "Item list",
"authors": [
{
"name": "leego neit"
}
],
2023-07-23 12:27:15 +00:00
"version": "$RELEASE_TAG",
2023-07-11 19:17:21 +00:00
"minimumCoreVersion": "9",
"compatibility": {
"minimum": "9",
2023-10-16 19:45:45 +00:00
"verified": "11",
2023-07-24 19:54:38 +00:00
"maximum": "11"
2023-07-11 19:17:21 +00:00
},
"url": "${DRONE_REPO_LINK}",
2023-07-23 15:40:52 +00:00
"manifest": "${DRONE_REPO_LINK}/releases/download/latest/module.json",
2023-07-23 12:27:15 +00:00
"download": "${DRONE_REPO_LINK}/releases/download/$RELEASE_TAG/module.zip",
2023-07-11 19:17:21 +00:00
"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"
}
]
}