From bf4f49755a64ba990d596b09355292ed884ce0ab Mon Sep 17 00:00:00 2001 From: Byroks Date: Sat, 25 Nov 2023 15:54:53 +0100 Subject: [PATCH] adjust iniative roll Changes: + fix iniative stat --- source/system.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/system.json b/source/system.json index 5249add..f831ab0 100644 --- a/source/system.json +++ b/source/system.json @@ -8,7 +8,7 @@ "minimum": "10", "verified": "10" }, - "authors": [{"name": "Byroks"}], + "authors": [{ "name": "Byroks" }], "scripts": ["bundle.js"], "styles": ["bundle.css"], "packs": [ @@ -90,6 +90,6 @@ "url": "https://github.com/Byroks/foundry-vtt-system-midgard5", "manifest": "https://github.com/Byroks/foundry-vtt-system-midgard5/releases/download/v1.3.0/system.json", "download": "https://github.com/Byroks/foundry-vtt-system-midgard5/releases/download/v1.3.0/midgard5-v1.3.0.zip", - "initiative": "@calc.attributes.gw.value", + "initiative": "@c.calc.attributes.gw.value", "license": "LICENSE.txt" -} \ No newline at end of file +}