sc-items/module.json.template

42 lines
986 B
Plaintext
Raw 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-11 21:22:26 +00:00
"version": "${DRONE_TAG}",
2023-07-11 19:17:21 +00:00
"minimumCoreVersion": "9",
"compatibility": {
"minimum": "9",
"verified": "10",
"maximum": "10"
},
"url": "${DRONE_REPO_LINK}",
2023-07-12 15:46:48 +00:00
"manifest": "${DRONE_REPO_LINK}/releases/download/latest/module.json",
2023-07-11 21:22:26 +00:00
"download": "${DRONE_REPO_LINK}/releases/download/${DRONE_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"
}
]
}