From 89330f519fde1370fb75452eb65b503076e81b39 Mon Sep 17 00:00:00 2001 From: Peptide90 <78795277+Peptide90@users.noreply.github.com> Date: Sat, 4 Dec 2021 18:50:24 +0000 Subject: [PATCH] Fixes flare duration and burn out (#5700) --- .../Prototypes/Entities/Objects/Tools/flare.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Tools/flare.yml b/Resources/Prototypes/Entities/Objects/Tools/flare.yml index 06d0a57b55..10175d6a08 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/flare.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/flare.yml @@ -10,8 +10,8 @@ - type: ExpendableLight spentName: spent flare spentDesc: It looks like this flare has burnt out. What a bummer. - glowDuration: 150 - fadeOutDuration: 4 + glowDuration: 45 + fadeOutDuration: 15 iconStateOn: flare_unlit iconStateSpent: flare_spent turnOnBehaviourID: turn_on @@ -52,15 +52,15 @@ minDuration: 0.02 maxDuration: 0.06 startValue: 6.0 - endValue: 9.0 + endValue: 15.0 property: Energy isLooped: true - !type:FadeBehaviour # have the radius start small and get larger as it starts to burn id: turn_on interpolate: Linear - maxDuration: 8.0 - startValue: 1.0 - endValue: 6.0 + maxDuration: 45.0 #duration of light + startValue: 2.5 + endValue: 10.0 property: Radius - !type:RandomizeBehaviour # weaker flicker as it fades out id: fade_out @@ -74,7 +74,7 @@ - !type:FadeBehaviour # fade out radius as it burns out id: fade_out interpolate: Linear - maxDuration: 4.0 - startValue: 6.0 + maxDuration: 15.0 + startValue: 8.0 endValue: 1.0 property: Radius