{ "id": "dcc-custom-class-sheet", "title": "DCC Custom Class Sheet", "version": "1.0.1", "description": "Adds a selectable Custom Class sheet for DCC. Tab label is controlled by a (CUSTOMCLASS)Name skill. Lists prefixed skills like (Barbarian^10)Rage with tooltips and post-to-chat.", "compatibility": { "minimum": "13", "verified": "13" }, "authors": [ { "name": "Dr. Mummson", "flags": {} } ], "url": "https://github.com/mummson/dcc-custom-class-sheet", "download": "https://github.com/mummson/dcc-custom-class-sheet/releases/download/v1.0.1/dcc-custom-class-sheet-1.0.1.zip", "manifest": "https://raw.githubusercontent.com/mummson/dcc-custom-class-sheet/master/module.json", "bugs": "https://github.com/mummson/dcc-custom-class-sheet/issues", "changelog": "https://github.com/mummson/dcc-custom-class-sheet/blob/main/CHANGELOG.md", "readme": "https://github.com/mummson/dcc-custom-class-sheet/blob/main/README.md", "license": "https://github.com/mummson/dcc-custom-class-sheet/blob/main/LICENSE", "flags": { "canUpload": true }, "relationships": { "systems": [ { "id": "dcc", "type": "system", "compatibility": {} } ] }, "esmodules": [ "scripts/init.js", "scripts/utils.js", "scripts/custom-sheet.js", "scripts/class-builder.js" ], "styles": [ "styles/custom-class.css" ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" } ] }