Corrected system.json

This commit is contained in:
WBHarry 2026-04-04 13:21:17 +02:00
parent 7057504a9e
commit 70e21f34db

View file

@ -297,7 +297,7 @@
"background": "systems/daggerheart/assets/logos/FoundrybornBackgroundLogo.png", "background": "systems/daggerheart/assets/logos/FoundrybornBackgroundLogo.png",
"primaryTokenAttribute": "resources.hitPoints", "primaryTokenAttribute": "resources.hitPoints",
"secondaryTokenAttribute": "resources.stress", "secondaryTokenAttribute": "resources.stress",
"url": "https://your/hosted/system/repo/", "url": "https://github.com/Foundryborne/daggerheart",
"manifest": "https://your/hosted/system/repo/system.json", "manifest": "https://raw.githubusercontent.com/Foundryborne/daggerheart/main/system.json",
"download": "https://your/packaged/download/archive.zip" "download": "https://github.com/Foundryborne/daggerheart/releases/download/2.0.3/system.zip"
} }