{ "id": "l5r5e-combat-helper", "title": "L5R5e Combat Helper", "description": "Automates several situations in combat for Legend of the Five Rings 5th Edition. Calculates damage, applies armor resistance, handles Incapacitated condition, and detects Critical Strikes.", "version": "1.0.1", "compatibility": { "minimum": "11", "verified": "14", "maximum": "14" }, "authors": [ { "name": "Yandalar", "email": "yandalar@gmail.com", "discord": "389924038329237524", "url": "https://github.com/Yandalar" } ], "esmodules": [ "dist/bundle.js" ], "styles": [ "styles/module.css", "styles/critical-config.css" ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "es", "name": "EspaƱol", "path": "lang/es.json" } ], "relationships": { "systems": [ { "id": "l5r5e", "type": "system", "compatibility": { "minimum": "1.13.3" } } ] }, "url": "https://github.com/Yandalar/l5r5e-combat-helper", "manifest": "https://raw.githubusercontent.com/Yandalar/l5r5e-combat-helper/main/module.json", "download": "https://github.com/Yandalar/l5r5e-combat-helper/releases/download/v1.0.1/l5r5e-combat-helper-v1.0.1.zip", "readme": "https://raw.githubusercontent.com/Yandalar/l5r5e-combat-helper/main/README.md", "bugs": "https://github.com/Yandalar/l5r5e-combat-helper/issues", "license": "LICENSE", "licenses": [ { "name": "MIT", "url": "https://raw.githubusercontent.com/Yandalar/l5r5e-combat-helper/main/LICENSE" } ] }