diff --git a/foundryconfig.json b/foundryconfig.json index 0b75816..709c890 100644 --- a/foundryconfig.json +++ b/foundryconfig.json @@ -1,5 +1,4 @@ { "moduleName": "Midgard 5. Edition", - "repository": "https://github.com/Byroks/foundry-vtt-system-midgard5", - "rawURL": "https://raw.githubusercontent.com/Byroks/foundry-vtt-system-midgard5" + "repository": "https://git.byroks.de/Byroks/foundry-vtt-system-midgard5" } diff --git a/source/system.json b/source/system.json index 27c4125..94fdfb1 100644 --- a/source/system.json +++ b/source/system.json @@ -9,7 +9,7 @@ "verified": "11", "maximum": "11" }, - "authors": [{"name": "Byroks"}], + "authors": [{ "name": "Byroks" }], "scripts": ["bundle.js"], "styles": ["bundle.css"], "packs": [ @@ -103,41 +103,25 @@ "name": "Midgard 5", "sorting": "a", "color": "#0000FF", - "packs": [ - "blaupause-spielfiguren", - "tabellen-kritische-ereignisse", - "makros-kritische-ereignisse", - "makros-standardwurfel" - ], + "packs": ["blaupause-spielfiguren", "tabellen-kritische-ereignisse", "makros-kritische-ereignisse", "makros-standardwurfel"], "folders": [ { "name": "Ausrüstung", "sorting": "a", "color": "#008000", - "packs": [ - "ausruestung", - "ruestkammer", - "waffenkammer" - ] + "packs": ["ausruestung", "ruestkammer", "waffenkammer"] }, { "name": "Effekte", "sorting": "a", "color": "#800080", - "packs": [ - "kampfzustaende", - "verletzungen", - "zauberwirkungen" - ] + "packs": ["kampfzustaende", "verletzungen", "zauberwirkungen"] }, { "name": "Fähigkeiten", "sorting": "a", "color": "#800000", - "packs": [ - "fertigkeiten", - "kampf" - ] + "packs": ["fertigkeiten", "kampf"] } ] } @@ -153,9 +137,9 @@ "gridUnits": "m", "primaryTokenAttribute": "lp", "secondaryTokenAttribute": "ap", - "url": "https://github.com/Byroks/foundry-vtt-system-midgard5", - "manifest": "https://github.com/Byroks/foundry-vtt-system-midgard5/releases/download/v2.3.1/system.json", - "download": "https://github.com/Byroks/foundry-vtt-system-midgard5/releases/download/v2.3.1/midgard5-v2.3.1.zip", + "url": "https://git.byroks.de/Byroks/foundry-vtt-system-midgard5", + "manifest": "https://git.byroks.de/Byroks/foundry-vtt-system-midgard5/releases/download/v2.3.1/system.json", + "download": "https://git.byroks.de/Byroks/foundry-vtt-system-midgard5/releases/download/v2.3.1/midgard5-v2.3.1.zip", "initiative": "@c.calc.attributes.gw.value", "license": "LICENSE.txt" -} \ No newline at end of file +}