Closed Hawketotrot closed 5 months ago
I obviously have read you first issue wrong expecting another request for an accurate dim to bright boost like Perfect Vision did. Vision 5e uses a Vision Brightness of 0.1 instead of 0 to fake a dim to bright boost within range. If you want to change that and set it to 0, you may do so via a world script:
Hooks.once("setup", () => {
CONFIG.Canvas.visionModes.darkvision.updateSource({ vision: { defaults: { brightness: 0 } } });
});
Originally posted by @dev7355608 in https://github.com/dev7355608/vision-5e/issues/86#issuecomment-2186409241
Except thats not what your module does and you know that, so to act like it does is kinda asinine. I don't want the grayscale vision in Darkness and your Dim light still is brighter than regular Dim. I don't want Dim to be upgraded at all. Not having any sort of customization to your vision module is not exactly user friendly and your module still doesn't allow for certain lighting effects to look good because your Darkvision Dim Light is still brighter than the Dim light experienced by tokens without Darkvision.