curse-of-strahd/module.json

75 lines
1.7 KiB
JSON

{
"id": "curse-of-strahd",
"title": "Curse of Strahd",
"version": "0.1.0",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"authors": [
{
"name": "Holgorgrim",
"flags": {}
}
],
"packs": [
{
"name": "cos-actors",
"label": "CoS - Akteure",
"path": "/packs/cosactors.db",
"entity": "Actor",
"type": "Actor",
"system": "dnd5e"
},
{
"name": "cos-playlists",
"label": "CoS - Playlists",
"path": "/packs/cosplaylists.db",
"entity": "Playlist",
"type": "Playlist",
"system": "dnd5e"
},
{
"name": "cos-tarokka-deck",
"label": "CoS - Tarokka Deck",
"path": "/packs/costarokkadeck.db",
"entity": "Playlist",
"type": "Actor",
"system": "dnd5e"
},
{
"name": "cos-items",
"label": "CoS - Items",
"path": "/packs/cositems.db",
"entity": "Item",
"type": "Item",
"system": "dnd5e"
},
{
"name": "cos-scenes",
"label": "CoS - Scenes",
"path": "/packs/cosscenes.db",
"entity": "Scene",
"type": "Scene",
"system": "dnd5e"
}
],
"packFolders": [
{
"name": "Curse of Strahd",
"sorting": "a",
"color": "#e10e0e",
"packs":
[
"cos-actors",
"cos-playlists",
"cos-tarokka-deck",
"cos-items",
"cos-scenes"
]
}
],
"manifest": "https://gitea.ammerhai.com/foundry/curse-of-strahd/releases/download/lastest/module.json",
"download": "https://gitea.ammerhai.com/foundry/curse-of-strahd/releases/download/0.1.0/curse-of-strahd.zip"
}