{ "id": "mouseguard", "title": "Mouse Guard", "description": "A system for playing the Mouse Guard RPG in Foundry VTT.", "version": "0.2.4", "compatibility": { "minimum": 11, "verified": 11, "maximum": 11 }, "authors": [ { "name": "James Savko", "discord": "Phoenix#0009" } ], "esmodules": ["dist/mouseguard.js"], "socket": true, "styles": ["styles/mouseguard.css", "dist/mouseguard.css"], "packs": [ { "name": "skills", "label": "Skills", "path": "packs/skills.db", "entity": "Item", "type": "Item", "system": "mouseguard" }, { "name": "traits", "label": "Traits", "path": "packs/traits.db", "entity": "Item", "type": "Item", "system": "mouseguard" } ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" } ], "gridDistance": 5, "gridUnits": "ft", "primaryTokenAttribute": "health", "secondaryTokenAttribute": "power", "url": "https://github.com/jsavko/mouseguard", "manifest": "https://raw.githubusercontent.com/jsavko/mouseguard/main/system.json", "download": "https://github.com/jsavko/mouseguard/archive/refs/heads/main.zip", "license": "LICENSE.txt" }