Made flare flicker less (#5888)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user