{ "id": "coriolis-npc-generator", "title": "Coriolis NPC Generator", "description": "A simple macro that generates NPCs names and profession.", "authors": [ { "name": "Félix-Étienne Trépanier" } ], "version": "2.4.1", "compatibility": { "minimum": "11", "verified": "11" }, "relationships": { "systems": [ { "id": "yzecoriolis", "type": "system", "manifest": "https://github.com/winks-vtt/yze-coriolis/releases/latest/download/system.json", "compatibility": { "minimum": "3.4.0" } } ] }, "esmodules": ["./scripts/main.js"], "styles": ["./styles/npc.css"], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json", "flags": {} }, { "lang": "fr", "name": "French", "path": "lang/fr.json", "flags": {} }, { "lang": "sv", "name": "Swedish", "path": "lang/sv.json", "flags": {} } ], "packs": [ { "name": "coriolis-npc-generator-macro", "label": "Coriolis NPC Generator Macro", "system": "yzecoriolis", "path": "packs/generator", "type": "Macro", "module": "coriolis-npc-generator" } ], "manifest": "https://raw.githubusercontent.com/coderunner/coriolis-npc-generator/main/module.json", "download": "https://github.com/coderunner/coriolis-npc-generator/archive/refs/tags/2.4.1.zip" }