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

View File

@ -6,6 +6,8 @@ The link to the official (German) site (and shop): [midgard-online.de](https://m
The link to Wikipedia in English: [Midgard role playing game](https://en.wikipedia.org/wiki/Midgard_(role-playing_game))
Forked and extended from [hjmaier/midgard5](https://github.com/hjmaier/midgard5). Thanks!
## Documentation
- [German](docs/de.md)

View File

@ -1,6 +1,6 @@
{
"name": "foundry-system-midgard5",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {

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"
}