sc-creatures/module.json.template

33 lines
778 B
Plaintext
Raw Normal View History

2023-07-24 20:07:37 +00:00
{
"id": "sc-creatures",
"name": "shared-compendia-creatures",
"title": "Shared Compendia Creatures",
"description": "Monster manual",
"authors": [
{
"name": "leego neit"
}
],
"version": "$RELEASE_TAG",
"minimumCoreVersion": "9",
"compatibility": {
"minimum": "9",
"verified": "10",
"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-creatures",
"label": "sc creatures",
"path": "packs/sc-creatures.db",
"entity": "Actor",
"type": "Actor",
"module": "shared-compendia-creatures",
"system": "dnd5e"
}
]
}