Made flare flicker less (#5888)

This commit is contained in:
Peptide90
2021-12-24 14:30:36 +00:00
committed by GitHub
parent 3dc47beea7
commit a67c866319

View File

@@ -49,8 +49,8 @@
- !type:RandomizeBehaviour # immediately make it bright and flickery - !type:RandomizeBehaviour # immediately make it bright and flickery
id: turn_on id: turn_on
interpolate: Nearest interpolate: Nearest
minDuration: 0.02 minDuration: 0.001
maxDuration: 0.06 maxDuration: 0.001
startValue: 6.0 startValue: 6.0
endValue: 15.0 endValue: 15.0
property: Energy property: Energy
@@ -65,8 +65,8 @@
- !type:RandomizeBehaviour # weaker flicker as it fades out - !type:RandomizeBehaviour # weaker flicker as it fades out
id: fade_out id: fade_out
interpolate: Nearest interpolate: Nearest
minDuration: 0.02 minDuration: 0.001
maxDuration: 0.06 maxDuration: 0.001
startValue: 4.0 startValue: 4.0
endValue: 8.0 endValue: 8.0
property: Energy property: Energy