{ "id": "ose-statblock-importer", "title": "OSE Statblock Importer", "description": "Import character statistics from Old School Essentials statblocks directly into actor sheets", "version": "13.0.0", "compatibility": { "minimum": 13, "verified": "13.350" }, "authors": [ { "name": "Apostol Apostolov", "discord": "ApoApostolov" } ], "scripts": [ "scripts/parser.js", "scripts/dialog.js", "scripts/module.js" ], "styles": [ "styles/module.css" ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" } ], "url": "https://github.com/apoapostolov/Foundry-Knowledge-Hub", "manifest": "https://raw.githubusercontent.com/apoapostolov/Foundry-Knowledge-Hub/main/modules/ose-statblock-importer/module.json", "download": "https://github.com/apoapostolov/Foundry-Knowledge-Hub/archive/refs/heads/main.zip", "readme": "https://github.com/apoapostolov/Foundry-Knowledge-Hub/blob/main/modules/ose-statblock-importer/README.md", "changelog": "https://github.com/apoapostolov/Foundry-Knowledge-Hub/blob/main/modules/ose-statblock-importer/CHANGELOG.md", "bugs": "https://github.com/apoapostolov/Foundry-Knowledge-Hub/issues", "license": "MIT", "flags": { "allowBugReporter": true } }