An open API service indexing awesome lists of open source software.

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.

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"));
```