From 81b326e1ee7f352460185503eae8dec28a22bbd1 Mon Sep 17 00:00:00 2001 From: Michael Stein Date: Tue, 18 Apr 2023 22:18:04 +0200 Subject: [PATCH] Updates version, readme/thanks, and initiative. --- README.md | 2 ++ package.json | 2 +- source/system.json | 5 ++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a7ab4b7..6442761 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 7509f18..5bc2deb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundry-system-midgard5", - "version": "1.0.0", + "version": "1.1.0", "description": "", "main": "index.js", "scripts": { diff --git a/source/system.json b/source/system.json index 06b73c0..fe6c1d6 100644 --- a/source/system.json +++ b/source/system.json @@ -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" }