This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// From Sky's macro: https://github.com/Sky-Captain-13/foundry/blob/master/scriptMacros/tokenVision.js | |
// I addded : | |
// - Faerie Fire option | |
// - Light color option | |
// - Radiant consumption option (Aasimar) | |
let applyChanges = false; | |
new Dialog({ | |
title: `Token Vision Configuration`, | |
content: ` |
OlderNewer