Updates version, readme/thanks, and initiative.
This commit is contained in:
parent
10dc6a31c0
commit
81b326e1ee
|
|
@ -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))
|
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
|
## Documentation
|
||||||
|
|
||||||
- [German](docs/de.md)
|
- [German](docs/de.md)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "foundry-system-midgard5",
|
"name": "foundry-system-midgard5",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -2,14 +2,13 @@
|
||||||
"id": "midgard5",
|
"id": "midgard5",
|
||||||
"title": "Midgard 5. Edition",
|
"title": "Midgard 5. Edition",
|
||||||
"description": "The German RPG Midgard 5. Edition",
|
"description": "The German RPG Midgard 5. Edition",
|
||||||
"version": "1.0.1",
|
"version": "1.1.0",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": "10",
|
"minimum": "10",
|
||||||
"verified": "10"
|
"verified": "10"
|
||||||
},
|
},
|
||||||
"templateVersion": 3,
|
"templateVersion": 3,
|
||||||
"authors": [
|
"authors": [
|
||||||
{ "name": "Hans-Joachim Maier" },
|
|
||||||
{ "name": "Michael Stein" }
|
{ "name": "Michael Stein" }
|
||||||
],
|
],
|
||||||
"scripts": ["bundle.js"],
|
"scripts": ["bundle.js"],
|
||||||
|
|
@ -72,6 +71,6 @@
|
||||||
"url": "https://github.com/michaelstein/foundry-vtt-system-midgard5",
|
"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",
|
"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",
|
"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"
|
"license": "LICENSE.txt"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue