sc-items/module.json.template

42 lines
981 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": {
2024-06-03 15:30:10 +00:00
"minimum": "11",
"verified": "12",
"maximum": "12"
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",
2024-06-25 12:32:57 +00:00
"path": "packs/sc-items",
2023-07-11 19:17:21 +00:00
"entity": "Item",
"type": "Item",
"module": "shared-compendia-items",
"system": "dnd5e"
},
{
"name": "sc-items-aota",
"label": "arcana of the ancients items",
2024-06-25 12:32:57 +00:00
"path": "packs/sc-items-aota",
2023-07-11 19:17:21 +00:00
"entity": "Item",
"type": "Item",
"module": "shared-compendia-items",
"system": "dnd5e"
}
]
}