|
|
- {
- "title": "PF2e Drag Ruler Integration",
- "version": "2.1.5",
- "description": "Integration of Drag Ruler module (https://github.com/manuelVo/foundryvtt-drag-ruler) for Pathfinder 2e with support for the 3 action enconomy, and conditions.",
- "compatibility": {
- "minimum": "10",
- "verified": "10",
- "maximum": "10"
- },
- "packs": [
- {
- "name": "movement-effects",
- "label": "Movement Effects",
- "path": "packs/movement-effects.db",
- "type": "Item",
- "private": false,
- "system": "pf2e",
- "flags": {}
- },
- {
- "name": "movement-types",
- "label": "Movement Types",
- "path": "packs/movement-types.db",
- "type": "Item",
- "private": false,
- "system": "pf2e",
- "flags": {}
- }
- ],
- "esmodules": [
- "js/main.js"
- ],
- "socket": true,
- "manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/pf2edragruler/main/module.json",
- "download": "https://github.com/League-of-Foundry-Developers/pf2edragruler/archive/refs/tags/v2.1.5.zip",
- "url": "https://github.com/League-of-Foundry-Developers/pf2edragruler",
- "id": "pf2e-dragruler",
- "relationships": {
- "systems": [
- {
- "id": "pf2e",
- "type": "system",
- "compatibility": {}
- }
- ],
- "requires": [
- {
- "id": "drag-ruler",
- "type": "module",
- "manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-drag-ruler/v1.13.0/module.json",
- "compatibility": {}
- }
- ]
- }
- }
|