Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dev7355608/gm-vision
Foundry VTT Module: A toggleable mode for GMs that increases brightness and reveals fog and tokens.
https://github.com/dev7355608/gm-vision
foundry-vtt foundry-vtt-module
Last synced: about 2 months ago
JSON representation
Foundry VTT Module: A toggleable mode for GMs that increases brightness and reveals fog and tokens.
- Host: GitHub
- URL: https://github.com/dev7355608/gm-vision
- Owner: dev7355608
- License: mit
- Created: 2023-03-08T19:02:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T18:37:06.000Z (7 months ago)
- Last Synced: 2024-10-14T19:54:31.493Z (2 months ago)
- Topics: foundry-vtt, foundry-vtt-module
- Language: JavaScript
- Homepage: https://foundryvtt.com/packages/gm-vision
- Size: 120 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Latest Version](https://img.shields.io/github/v/release/dev7355608/gm-vision?display_name=tag&sort=semver&label=Latest%20Version)](https://github.com/dev7355608/gm-vision/releases/latest)
![Foundry Version](https://img.shields.io/endpoint?url=https%3A%2F%2Ffoundryshields.com%2Fversion%3Fstyle%3Dflat%26url%3Dhttps%3A%2F%2Fgithub.com%2Fdev7355608%2Fgm-vision%2Freleases%2Flatest%2Fdownload%2Fmodule.json)
[![Forge Installs](https://img.shields.io/badge/dynamic/json?label=Forge%20Installs&query=package.installs&suffix=%25&url=https%3A%2F%2Fforge-vtt.com%2Fapi%2Fbazaar%2Fpackage%2Fgm-vision&colorB=blueviolet)](https://forge-vtt.com/bazaar#package=gm-vision)
[![License](https://img.shields.io/github/license/dev7355608/gm-vision?label=License)](LICENSE)# GM Vision (Foundry VTT Module)
This module adds a toggleable mode for GMs that ...
- increases the brightness of the scene,
- reveals the fog of war, and
- shows all tokens even if they wouldn't be visible normally from the perspective of the controlled token(s).Tokens that wouldn't be visible normally are highlighted by a hatched overlay.
![demo](demo.png)
The mode can be toggled by a keybinding (default: `CTRL+G`), by right-clicking the lighting controls button, or with a script macro. The light bulb icon of the lighting controls button indicates whether it's active (: inactive; : active).
```js
game.settings.set("gm-vision", "active", !game.settings.get("gm-vision", "active"));
```