fix module.json

This commit is contained in:
Ammerhai 2024-10-19 19:11:17 +02:00
parent a68b1b2ea8
commit 84100cfcdd

View File

@ -16,7 +16,7 @@
{
"name": "cos-actors",
"label": "CoS - Akteure",
"path": "/packs/cosactors.db",
"path": "/packs/cos-actors.db",
"entity": "Actor",
"type": "Actor",
"system": "dnd5e"
@ -24,7 +24,7 @@
{
"name": "cos-playlists",
"label": "CoS - Playlists",
"path": "/packs/cosplaylists.db",
"path": "/packs/cos-playlists.db",
"entity": "Playlist",
"type": "Playlist",
"system": "dnd5e"
@ -32,7 +32,7 @@
{
"name": "cos-tarokka-deck",
"label": "CoS - Tarokka Deck",
"path": "/packs/costarokkadeck.db",
"path": "/packs/cos-tarokka-deck.db",
"entity": "Playlist",
"type": "Actor",
"system": "dnd5e"
@ -40,7 +40,7 @@
{
"name": "cos-items",
"label": "CoS - Items",
"path": "/packs/cositems.db",
"path": "/packs/cos-items.db",
"entity": "Item",
"type": "Item",
"system": "dnd5e"
@ -48,7 +48,7 @@
{
"name": "cos-scenes",
"label": "CoS - Scenes",
"path": "/packs/cosscenes.db",
"path": "/packs/cos-scenes.db",
"entity": "Scene",
"type": "Scene",
"system": "dnd5e"
@ -70,6 +70,6 @@
}
],
"manifest": "https://gitea.ammerhai.com/foundry/curse-of-strahd/releases/download/lastest/module.json",
"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"
}