Compare commits

..

No commits in common. "main" and "0.1.0" have entirely different histories.
main ... 0.1.0

2 changed files with 34 additions and 59 deletions

View File

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