{ "title": "Alien RPG - Motion Tracker", "description": "Allowing players to actually have a motion tracker visually in the game. The motion tracker is a tool that tracks moving objects. Here, we will show position of closest active and visible tokens filtered by some metrics as distance or even statuses.", "version": "1.5.0", "compatibility": { "minimum": "11", "verified": "11" }, "esmodules": [ "scripts/motion_tracker.js" ], "socket": true, "styles": [ "style.css" ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json", "flags": {} }, { "lang": "es", "name": "Español", "path": "lang/en.json", "flags": {} }, { "lang": "fr", "name": "Français", "path": "lang/fr.json", "flags": {} } ], "authors": [ { "name": "Draedrus", "email": "pierre.plans@gmail.com", "url": "https://github.com/pplans/" } ], "manifest": "https://raw.githubusercontent.com/pplans/foundry-vtt-module-motion-tracker/main/module.json", "download": "https://github.com/pplans/foundry-vtt-module-motion-tracker/archive/refs/heads/main.zip", "license": "readme.md", "id": "motion_tracker", "relationships": { "systems": [ { "id": "alienrpg", "type": "system" } ] } }