{ "id": "trap-automator", "title": "The Horse's Trap Automator", "description": "Adds a configurable interface for building traps and caches with stealthy hint tokens. A hot-key opens a menu to select the trap or cache type, location, trigger and difficulty before drawing a tile. When the tile is drawn the module automatically attaches the appropriate macro JSON to the tile and spawns hint tokens around it. The hints are generic enough to be re-used and randomised, and the module can be extended by adding additional trap or cache definitions.", "version": "1.0.2", "manifest": "https://raw.githubusercontent.com/ryanw341/trap-automator/v1.0.2/module.json", "download": "https://github.com/ryanw341/trap-automator/archive/refs/tags/v1.0.2.zip", "compatibility": { "minimum": "13", "verified": "13" }, "authors": [ { "name": "The Horse" } ], "esmodules": [ "scripts/trap-automator.js" ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" } ], "packs": [ { "name": "the-horses-actors", "label": "The Horse's Actors", "path": "packs/horses-actors", "type": "Actor", "system": "dnd5e" }, { "name": "the-horses-macros", "label": "The Horse's Macros", "path": "packs/horses-macros", "type": "Macro", "system": "dnd5e" } ], "relationships": { "requires": [ { "id": "monks-active-tiles", "type": "module" }, { "id": "stealthy", "type": "module" } ] } }