sc-audio/module.json.template

33 lines
772 B
Plaintext
Raw Normal View History

2023-07-24 20:13:41 +00:00
{
2023-07-24 20:22:03 +00:00
"id": "sc-audio",
"name": "shared-compendia-audio",
"title": "Shared Compendia Audio",
"description": "Sounds and music",
2023-07-24 20:13:41 +00:00
"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-characters",
"label": "sc characters",
"path": "packs/sc-characters.db",
"entity": "Actor",
"type": "Actor",
"module": "shared-compendia-characters",
"system": "dnd5e"
}
]
}