{ "name": "World Map Discovery", "script": "WorldMapDiscovery.js", "version": "1.1", "previousversions": ["1.0"], "description": "# World Map Discovery\r\r_v1.1 Updates:_\r* Location discoveries now display an HTML-formatted message to the chat.\r* When locations are discovered, their white-tower status is removed.\r* The script now exposes some of its functions through its WorldMapDiscovery object. See the source code for details.\r\rThis script allows the GM to set hidden locations on a world map that can be\rrevealed when a character gets close enough.\r\r### To use:\r\r1. Turn on the landmark's ```white-tower status``` .\r2. Set the landmark's ```aura 1 radius``` to whatever radius you want players to come within to discover the landmark.\r3. Put the landmark on the ```GM layer```.\r\r### Discovering landmarks:\r\rWhen a character token moves within the aura radius of the landmark, the landmark\rwill appear on the graphics layer and a message will be displayed\rtelling everyone that the character discovered it. When the landmark is\rdiscovered, its aura1 radius is removed.\r", "authors": "Stephen Lindberg", "roll20userid": 46544, "useroptions": [], "dependencies": ["Vector Math"], "modifies": { "aura1_radius": "read, write", "chat": "write", "lastmove": "write", "layer": "read, write", "left": "read, write", "status_white-tower": "read", "token": "read", "top": "read, write" }, "conflicts": [] }