Change git Path (#3)

Changes:
 + change github urls to git.byroks
Reviewed-on: Byroks/foundry-vtt-system-midgard5#3
Reviewed-by: Le-Frique <lefrique@live.de>
This commit is contained in:
Byroks 2023-12-18 19:53:37 +01:00
parent 91f12b11da
commit 6baf9a0269
2 changed files with 10 additions and 27 deletions

View File

@ -1,5 +1,4 @@
{ {
"moduleName": "Midgard 5. Edition", "moduleName": "Midgard 5. Edition",
"repository": "https://github.com/Byroks/foundry-vtt-system-midgard5", "repository": "https://git.byroks.de/Byroks/foundry-vtt-system-midgard5"
"rawURL": "https://raw.githubusercontent.com/Byroks/foundry-vtt-system-midgard5"
} }

View File

@ -9,7 +9,7 @@
"verified": "11", "verified": "11",
"maximum": "11" "maximum": "11"
}, },
"authors": [{"name": "Byroks"}], "authors": [{ "name": "Byroks" }],
"scripts": ["bundle.js"], "scripts": ["bundle.js"],
"styles": ["bundle.css"], "styles": ["bundle.css"],
"packs": [ "packs": [
@ -103,41 +103,25 @@
"name": "Midgard 5", "name": "Midgard 5",
"sorting": "a", "sorting": "a",
"color": "#0000FF", "color": "#0000FF",
"packs": [ "packs": ["blaupause-spielfiguren", "tabellen-kritische-ereignisse", "makros-kritische-ereignisse", "makros-standardwurfel"],
"blaupause-spielfiguren",
"tabellen-kritische-ereignisse",
"makros-kritische-ereignisse",
"makros-standardwurfel"
],
"folders": [ "folders": [
{ {
"name": "Ausrüstung", "name": "Ausrüstung",
"sorting": "a", "sorting": "a",
"color": "#008000", "color": "#008000",
"packs": [ "packs": ["ausruestung", "ruestkammer", "waffenkammer"]
"ausruestung",
"ruestkammer",
"waffenkammer"
]
}, },
{ {
"name": "Effekte", "name": "Effekte",
"sorting": "a", "sorting": "a",
"color": "#800080", "color": "#800080",
"packs": [ "packs": ["kampfzustaende", "verletzungen", "zauberwirkungen"]
"kampfzustaende",
"verletzungen",
"zauberwirkungen"
]
}, },
{ {
"name": "Fähigkeiten", "name": "Fähigkeiten",
"sorting": "a", "sorting": "a",
"color": "#800000", "color": "#800000",
"packs": [ "packs": ["fertigkeiten", "kampf"]
"fertigkeiten",
"kampf"
]
} }
] ]
} }
@ -153,9 +137,9 @@
"gridUnits": "m", "gridUnits": "m",
"primaryTokenAttribute": "lp", "primaryTokenAttribute": "lp",
"secondaryTokenAttribute": "ap", "secondaryTokenAttribute": "ap",
"url": "https://github.com/Byroks/foundry-vtt-system-midgard5", "url": "https://git.byroks.de/Byroks/foundry-vtt-system-midgard5",
"manifest": "https://github.com/Byroks/foundry-vtt-system-midgard5/releases/download/v2.3.1/system.json", "manifest": "https://git.byroks.de/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", "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", "initiative": "@c.calc.attributes.gw.value",
"license": "LICENSE.txt" "license": "LICENSE.txt"
} }