Updates version, readme/thanks, and initiative.

This commit is contained in:
Michael Stein
2023-04-18 22:18:04 +02:00
parent 10dc6a31c0
commit 81b326e1ee
3 changed files with 5 additions and 4 deletions
+2 -3
View File
@@ -2,14 +2,13 @@
"id": "midgard5",
"title": "Midgard 5. Edition",
"description": "The German RPG Midgard 5. Edition",
"version": "1.0.1",
"version": "1.1.0",
"compatibility": {
"minimum": "10",
"verified": "10"
},
"templateVersion": 3,
"authors": [
{ "name": "Hans-Joachim Maier" },
{ "name": "Michael Stein" }
],
"scripts": ["bundle.js"],
@@ -72,6 +71,6 @@
"url": "https://github.com/michaelstein/foundry-vtt-system-midgard5",
"manifest": "https://github.com/michaelstein/foundry-vtt-system-midgard5/releases/download/v1.0.1/system.json",
"download": "https://github.com/michaelstein/foundry-vtt-system-midgard5/releases/download/v1.0.1/midgard5-v1.0.1.zip",
"initiative": "@gw.value + @gw.bonus",
"initiative": "@calc.attributes.gw.value",
"license": "LICENSE.txt"
}