From dbd04ef84b1c7ef59b6a558b721ea41f2c0064df Mon Sep 17 00:00:00 2001 From: Ammerhai Date: Sun, 22 Sep 2024 15:06:47 +0200 Subject: [PATCH] system.json aktualisiert --- system.json | 55 +---------------------------------------------------- 1 file changed, 1 insertion(+), 54 deletions(-) diff --git a/system.json b/system.json index 481f01e..6b5faa9 100644 --- a/system.json +++ b/system.json @@ -2,58 +2,5 @@ "id": "dsa-4th-edition", "title": "Das Schwarze Auge 4.1", "description": "", - "version": "0.1.0", - "compatibility": { - "minimum": 11, - "verified": 11 - }, - "authors": [{ - "name": "Mike", - "url": "ammerhai.com", - "email": "", - "discord": "" - }], - "esmodules": ["mysystem.mjs"], - "styles": ["styles/system-styles.css"], - "packs": [{ - "name": "monsters", - "label": "My Monsters", - "type": "Actor" - }, - { - "name": "items", - "label": "My Items", - "type": "Item" - }], - "languages": [{ - "lang": "en", - "name": "English", - "path": "lang/en.json" - }, { - "lang": "de", - "name": "Deutsch", - "path": "lang/de.json" - }], - "documentTypes": { - "Actor": { - "hero": { "htmlFields": ["background.biography"] }, - "villain": { "htmlFields": ["background.biography"] }, - "pawn": {} - }, - "Item": { - "weapon": {}, - "spell": {} - } - }, - "socket": false, - "initiative": "1d20", - "grid": { - "distance": 1, - "units": "m" - }, - "primaryTokenAttribute": "resources.health", - "secondaryTokenAttribute": "resources.power", - "url": "https://your/hosted/system/repo/", - "manifest": "https://gitea.ammerhai.com/foundry/dsa-4th-edition/raw/branch/main/system.json", - "download": "https://your/packaged/download/archive.zip" + "version": "0.1.0" } \ No newline at end of file