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:
parent
91f12b11da
commit
6baf9a0269
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue