{ "id": "how-to-be-a-hero", "title": "How to be a Hero", "description": "The How to be a Hero system for FoundryVTT! (Beta)", "version": "1.0.0", "authors": [ { "name": "GrafSchwarz", "discord": "GrafSchwarz" } ], "url": "https://github.com/GrafSchwarz/howtobeahero", "license": "LICENSE.txt", "readme": "README.md", "bugs": "https://github.com/GrafSchwarz/howtobeahero/issues", "changelog": "CHANGELOG.md", "media": [ { "type": "setup", "url": "systems/how-to-be-a-hero/assets/htbah.webp", "thumbnail": "systems/how-to-be-a-hero/assets/htbah.webp" } ], "compatibility": { "minimum": "13", "verified": "13.348", "maximum": "13.999" }, "esmodules": [ "module/how-to-be-a-hero.mjs", "module/components/_module.mjs" ], "styles": [ "css/how-to-be-a-hero.css" ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "de", "name": "Deutsch", "path": "lang/de.json" } ], "socket": true, "manifest": "https://raw.githubusercontent.com/GrafSchwarz/howtobeahero/refs/heads/main/system.json", "download": "https://github.com/GrafSchwarz/howtobeahero/archive/refs/heads/main.zip", "background": "systems/how-to-be-a-hero/assets/htbah.webp", "primaryTokenAttribute": "health", "flags": { "hotReload": { "extensions": ["css", "html", "json", "mjs"], "paths": [ "lang", "templates", "module/components", "module/documents", "module/helpers", "module/managers", "module/sheets" ] } } }