{ "id": "pf2e-automations", "title": "PF2e Automations", "description": "Module for automate action/feats/spells", "version": "1.3.0", "authors": [ { "name": "Reyzor", "url": "https://github.com/reyzor1991", "discord": "reyzor1991" } ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "pl", "name": "Polish", "path": "lang/pl.json" }, { "lang": "cn", "name": "简体中文", "path": "lang/cn.json" } ], "esmodules": [ "src/index.js" ], "styles": [ "main.css" ], "packFolders": [ { "name": "PF2e Automations", "sorting": "m", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" }, "packs": [ "effects", "actions", "equipment" ] } ], "packs": [ { "label": "Effects", "name": "effects", "path": "packs/effects", "system": "pf2e", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" }, "type": "Item", "flags": {} }, { "label": "Actions", "name": "actions", "path": "packs/actions", "system": "pf2e", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" }, "type": "Item", "flags": {} }, { "label": "Equipment", "name": "equipment", "path": "packs/equipment", "system": "pf2e", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" }, "type": "Item", "flags": {} } ], "socket": true, "compatibility": { "minimum": "13.342", "verified": "13.348" }, "url": "https://github.com/reyzor1991/pf2e-automations", "manifest": "https://raw.githubusercontent.com/reyzor1991/pf2e-automations/refs/heads/master/module.json", "download": "https://github.com/reyzor1991/pf2e-automations/releases/download/1.3.0/pf2e-automations.zip", "relationships": { "systems": [ { "id": "pf2e", "type": "system", "manifest": "https://github.com/foundryvtt/pf2e/releases/latest/download/system.json", "compatibility": { "minimum": "7.0.5", "verified": "7.4.3" } } ], "requires": [] } }