Compare commits

...

4 Commits
0.1.0 ... main

Author SHA1 Message Date
6c1b56ede1 add rework of module.json 2024-10-31 20:48:19 +01:00
4150bcde8b add manifest url to readme 2024-10-19 19:12:44 +02:00
84100cfcdd fix module.json 2024-10-19 19:11:17 +02:00
a68b1b2ea8 add manifest and download url 2024-10-19 18:50:06 +02:00
2 changed files with 59 additions and 34 deletions

View File

@ -1 +1,3 @@
# ReadMe
# ReadMe
https://gitea.ammerhai.com/foundry/curse-of-strahd/releases/download/latest/module.json

View File

@ -1,7 +1,7 @@
{
"id": "curse-of-strahd",
"title": "Curse of Strahd",
"version": "0.1.0",
"version": "0.1.1",
"compatibility": {
"minimum": "12",
"verified": "12"
@ -10,63 +10,86 @@
{
"name": "Holgorgrim",
"flags": {}
},
{
"name": "Ammerhai",
"flags": {}
}
],
"url": "https://gitea.ammerhai.com/foundry/curse-of-strahd/",
"packs": [
{
"name": "cos-actors",
"label": "CoS - Akteure",
"path": "/packs/cosactors.db",
"entity": "Actor",
"path": "packs/cos-actors",
"type": "Actor",
"system": "dnd5e"
"system": "dnd5e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "cos-playlists",
"label": "CoS - Playlists",
"path": "/packs/cosplaylists.db",
"entity": "Playlist",
"path": "packs/cos-playlists",
"type": "Playlist",
"system": "dnd5e"
"system": "dnd5e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "cos-tarokka-deck",
"label": "CoS - Tarokka Deck",
"path": "/packs/costarokkadeck.db",
"entity": "Playlist",
"type": "Actor",
"system": "dnd5e"
"path": "packs/cos-tarokka-deck",
"type": "Cards",
"system": "dnd5e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "cos-items",
"label": "CoS - Items",
"path": "/packs/cositems.db",
"entity": "Item",
"path": "packs/cos-items",
"type": "Item",
"system": "dnd5e"
"system": "dnd5e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "cos-scenes",
"label": "CoS - Scenes",
"path": "/packs/cosscenes.db",
"entity": "Scene",
"type": "Scene",
"system": "dnd5e"
"path": "packs/cos-scenes",
"type": "JournalEntry",
"system": "dnd5e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
}
],
"packFolders": [
{
"name": "Curse of Strahd",
"sorting": "a",
"color": "#e10e0e",
"packs":
[
"cos-actors",
"cos-playlists",
"cos-tarokka-deck",
"cos-items",
"cos-scenes"
]
}
]
}
{
"name": "Curse of Strahd",
"sorting": "a",
"color": "#e10e0e",
"packs": [
"cos-actors",
"cos-playlists",
"cos-tarokka-deck",
"cos-items",
"cos-scenes"
],
"folders": []
}
],
"manifest": "https://gitea.ammerhai.com/foundry/curse-of-strahd/releases/download/latest/module.json",
"download": "https://gitea.ammerhai.com/foundry/curse-of-strahd/releases/download/0.1.0/curse-of-strahd.zip"
}