{ "id": "those-under-mountains", "title": "Those under mountains rpg system", "description": "A human-readable description of your system.", "version": "0.1.20", "compatibility": { "minimum": 12, "verified": 13 }, "authors": [ { "name": "Kamil Mowinski", "email": "kamil.mowinski@gmail.com", "discord": "kmwhisky" } ], "esmodules": [ "those-under-mountains.mjs" ], "styles": [ "styles/system-styles.css", "css/boilerplate.css" ], "packs": [ { "name": "features", "label": "Features", "type": "Item" }, { "name": "actions", "label": "Actions", "type": "Item" } ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "pl", "name": "Polski", "path": "lang/pl.json" } ], "documentTypes": { "Actor": { "dwarf": { "htmlFields": [ "background.biography" ] }, "hold": { "htmlFields": [ "background.description" ] } }, "Item": { "weapon": { "htmlFields": [ "description" ] }, "tool": { "htmlFields": [ "description" ] }, "resource": { "htmlFields": [ "description" ] }, "skill": { "htmlFields": [ "description" ] }, "feat": { "htmlFields": [ "description" ] }, "action": { "htmlFields": [ "description" ] } } }, "socket": false, "initiative": "1d12", "grid": { "distance": 5, "units": "ft" }, "flags" : { "hotReload": { "extensions": ["css", "hbs", "json", "mjs"] } }, "primaryTokenAttribute": "resources.health", "secondaryTokenAttribute": "resources.power", "url": "https://raw.githubusercontent.com/Mowinski/those-under-mountains-rpg-system/refs/heads/main/system.json", "manifest": "https://raw.githubusercontent.com/Mowinski/those-under-mountains-rpg-system/refs/heads/main/system.json", "download": "https://github.com/Mowinski/those-under-mountains-rpg-system/releases/download/v0.1.20/release.zip" }