sc-characters/module.json.template

33 lines
800 B
Plaintext
Raw Normal View History

2023-07-24 20:13:48 +00:00
{
2023-07-24 20:15:52 +00:00
"id": "sc-characters",
"name": "shared-compendia-characters",
"title": "Shared Compendia Characters",
"description": "Pregenerated characters list",
2023-07-24 20:13:48 +00:00
"authors": [
{
"name": "leego neit"
}
],
"version": "$RELEASE_TAG",
"minimumCoreVersion": "9",
"compatibility": {
2024-06-03 15:29:41 +00:00
"minimum": "11",
"verified": "12",
"maximum": "12"
2023-07-24 20:13:48 +00:00
},
"url": "${DRONE_REPO_LINK}",
"manifest": "${DRONE_REPO_LINK}/releases/download/latest/module.json",
"download": "${DRONE_REPO_LINK}/releases/download/$RELEASE_TAG/module.zip",
"packs": [
{
2023-09-19 14:16:33 +00:00
"name": "sc-characters",
"label": "sc characters",
"path": "packs/sc-characters.db",
"entity": "Actor",
"type": "Actor",
"module": "shared-compendia-characters",
2023-07-24 20:13:48 +00:00
"system": "dnd5e"
}
]
}