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