https://github.com/akxcv/token-locator
Foundry VTT Module: A toggleable mode for players that reveals non-hiding tokens.
https://github.com/akxcv/token-locator
foundry-vtt foundry-vtt-module
Last synced: 2 months ago
JSON representation
Foundry VTT Module: A toggleable mode for players that reveals non-hiding tokens.
- Host: GitHub
- URL: https://github.com/akxcv/token-locator
- Owner: akxcv
- License: mit
- Created: 2024-08-19T15:23:08.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-30T14:10:28.000Z (9 months ago)
- Last Synced: 2025-01-22T10:49:36.566Z (4 months ago)
- Topics: foundry-vtt, foundry-vtt-module
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Token Locator (Foundry VTT Module)
> Based on [GM vision by dev7355608](https://github.com/dev7355608/gm-vision).
This module adds a toggleable mode for players that reveals non-hiding tokens.
Tokens that wouldn't be visible normally are highlighted by a hatched overlay.
The mode can be toggled by a keybinding (default: `CTRL+G`) or with a script macro.
```js
game.settings.set("token-locator", "active", !game.settings.get("token-locator", "active"));
```