v2.2.0
This commit is contained in:
parent
04a30a70b9
commit
53ff2ece7d
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "foundry-system-midgard5",
|
"name": "foundry-system-midgard5",
|
||||||
"version": "2.1.0",
|
"version": "2.2.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
"name": "midgard5",
|
"name": "midgard5",
|
||||||
"title": "Midgard 5. Edition",
|
"title": "Midgard 5. Edition",
|
||||||
"description": "The German RPG Midgard 5. Edition",
|
"description": "The German RPG Midgard 5. Edition",
|
||||||
"version": "2.1.0",
|
"version": "2.2.0",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": "10",
|
"minimum": "10",
|
||||||
"verified": "11",
|
"verified": "11",
|
||||||
|
|
@ -92,48 +92,48 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packFolders": [
|
"packFolders": [
|
||||||
{
|
{
|
||||||
"name": "Midgard 5",
|
"name": "Midgard 5",
|
||||||
"sorting": "a",
|
"sorting": "a",
|
||||||
"color": "#0000FF",
|
"color": "#0000FF",
|
||||||
"packs": [
|
"packs": [
|
||||||
"blaupause-spielfiguren",
|
"blaupause-spielfiguren",
|
||||||
"tabellen-kritische-ereignisse",
|
"tabellen-kritische-ereignisse",
|
||||||
"makros-kritische-ereignisse",
|
"makros-kritische-ereignisse",
|
||||||
"makros-standardwurfel"
|
"makros-standardwurfel"
|
||||||
],
|
],
|
||||||
"folders": [
|
"folders": [
|
||||||
{
|
{
|
||||||
"name": "Ausrüstung",
|
"name": "Ausrüstung",
|
||||||
"sorting": "a",
|
"sorting": "a",
|
||||||
"color": "#008000",
|
"color": "#008000",
|
||||||
"packs": [
|
"packs": [
|
||||||
"ausruestung",
|
"ausruestung",
|
||||||
"ruestkammer",
|
"ruestkammer",
|
||||||
"waffenkammer"
|
"waffenkammer"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Effekte",
|
"name": "Effekte",
|
||||||
"sorting": "a",
|
"sorting": "a",
|
||||||
"color": "#800080",
|
"color": "#800080",
|
||||||
"packs": [
|
"packs": [
|
||||||
"kampfzustaende",
|
"kampfzustaende",
|
||||||
"zauberwirkungen"
|
"zauberwirkungen"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Fähigkeiten",
|
"name": "Fähigkeiten",
|
||||||
"sorting": "a",
|
"sorting": "a",
|
||||||
"color": "#800000",
|
"color": "#800000",
|
||||||
"packs": [
|
"packs": [
|
||||||
"fertigkeiten",
|
"fertigkeiten",
|
||||||
"kampf"
|
"kampf"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"languages": [
|
"languages": [
|
||||||
{
|
{
|
||||||
"lang": "de",
|
"lang": "de",
|
||||||
|
|
@ -146,8 +146,8 @@
|
||||||
"primaryTokenAttribute": "lp",
|
"primaryTokenAttribute": "lp",
|
||||||
"secondaryTokenAttribute": "ap",
|
"secondaryTokenAttribute": "ap",
|
||||||
"url": "https://github.com/Byroks/foundry-vtt-system-midgard5",
|
"url": "https://github.com/Byroks/foundry-vtt-system-midgard5",
|
||||||
"manifest": "https://github.com/Byroks/foundry-vtt-system-midgard5/releases/download/v2.1.0/system.json",
|
"manifest": "https://github.com/Byroks/foundry-vtt-system-midgard5/releases/download/v2.2.0/system.json",
|
||||||
"download": "https://github.com/Byroks/foundry-vtt-system-midgard5/releases/download/v2.1.0/midgard5-v2.1.0.zip",
|
"download": "https://github.com/Byroks/foundry-vtt-system-midgard5/releases/download/v2.2.0/midgard5-v2.2.0.zip",
|
||||||
"initiative": "@c.calc.attributes.gw.value",
|
"initiative": "@c.calc.attributes.gw.value",
|
||||||
"license": "LICENSE.txt"
|
"license": "LICENSE.txt"
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue