change some blindsense params

This commit is contained in:
Mike Bloy 2024-01-30 19:31:54 -06:00
parent 3964e87982
commit 92aced8f40
3 changed files with 8 additions and 2 deletions

View File

@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.3.5] 2024-01-30
### Changed
- Changed visual parameters for blindsense
## [2.3.4] 2024-01-29
### Added

View File

@ -1,7 +1,7 @@
{
"id": "swade-mb-helpers",
"title": "SWADE Helpers (MB)",
"version": "2.3.4",
"version": "2.3.5",
"description": "Mike's collection of swade helpers",
"authors": [
{

View File

@ -84,7 +84,7 @@ Hooks.on('init', () => {
},
vision: {
darkness: { adaptive: false },
defaults: { attenuation: 0.1, contrast: 0, saturation: -1, brightness: 0 },
defaults: { attenuation: 0.3, contrast: -0.5, saturation: 0.75, brightness: 0.5 },
preferred: false
}
})