From a67c866319104e178c7ff500bb45e5288190f28f Mon Sep 17 00:00:00 2001 From: Peptide90 <78795277+Peptide90@users.noreply.github.com> Date: Fri, 24 Dec 2021 14:30:36 +0000 Subject: [PATCH] Made flare flicker less (#5888) --- Resources/Prototypes/Entities/Objects/Tools/flare.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Tools/flare.yml b/Resources/Prototypes/Entities/Objects/Tools/flare.yml index 10175d6a08..5f3d58ba84 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/flare.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/flare.yml @@ -49,8 +49,8 @@ - !type:RandomizeBehaviour # immediately make it bright and flickery id: turn_on interpolate: Nearest - minDuration: 0.02 - maxDuration: 0.06 + minDuration: 0.001 + maxDuration: 0.001 startValue: 6.0 endValue: 15.0 property: Energy @@ -65,8 +65,8 @@ - !type:RandomizeBehaviour # weaker flicker as it fades out id: fade_out interpolate: Nearest - minDuration: 0.02 - maxDuration: 0.06 + minDuration: 0.001 + maxDuration: 0.001 startValue: 4.0 endValue: 8.0 property: Energy