]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Increase time inbetween anomaly pulses (#26677)
authorNemanja <98561806+EmoGarbage404@users.noreply.github.com>
Wed, 3 Apr 2024 03:15:57 +0000 (23:15 -0400)
committerGitHub <noreply@github.com>
Wed, 3 Apr 2024 03:15:57 +0000 (23:15 -0400)
nerf anomaly pulse delays

Content.Shared/Anomaly/Components/AnomalyComponent.cs
Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomalies.yml

index 99f7b8373a7fd75892ad180c7d656e449887cd3f..3878aeb81cba48923bbb5523593f928882470430 100644 (file)
@@ -95,13 +95,13 @@ public sealed partial class AnomalyComponent : Component
     /// The minimum interval between pulses.
     /// </summary>
     [DataField]
-    public TimeSpan MinPulseLength = TimeSpan.FromMinutes(1);
+    public TimeSpan MinPulseLength = TimeSpan.FromMinutes(2);
 
     /// <summary>
     /// The maximum interval between pulses.
     /// </summary>
     [DataField]
-    public TimeSpan MaxPulseLength = TimeSpan.FromMinutes(2);
+    public TimeSpan MaxPulseLength = TimeSpan.FromMinutes(4);
 
     /// <summary>
     /// A percentage by which the length of a pulse might vary.
index 99574ab7be18d06195cb2a46d2edc5e004719f4b..c7b3e8ab5d49361e2a2e669e29ef76b2be72dd0a 100644 (file)
     castShadows: false
   - type: GravityAnomaly
   - type: GravityWell
-  - type: RadiationSource  
+  - type: RadiationSource
   - type: Physics
     bodyType: Dynamic
     bodyStatus: InAir
-  - type: CanMoveInAir  
+  - type: CanMoveInAir
   - type: RandomWalk
   - type: SingularityDistortion
     intensity: 1000
   - type: Anomaly
     corePrototype: AnomalyCoreFlesh
     coreInertPrototype: AnomalyCoreFleshInert
+    minPulseLength: 180
+    maxPulseLength: 300
   - type: Sprite
     layers:
     - state: anom5
   - type: Anomaly
     corePrototype: AnomalyCoreRock
     coreInertPrototype: AnomalyCoreRockInert
+    minPulseLength: 180
+    maxPulseLength: 300
   - type: Sprite
     layers:
     - state: anom6
     offset: 0, 0
     corePrototype: AnomalyCoreFlora
     coreInertPrototype: AnomalyCoreFloraInert
+    minPulseLength: 60
+    maxPulseLength: 120
     anomalyContactDamage:
       types:
         Slash: 0
   - type: Anomaly
     corePrototype: AnomalyCoreLiquid
     coreInertPrototype: AnomalyCoreLiquidInert
+    minPulseLength: 60
+    maxPulseLength: 120
     anomalyContactDamage:
       types:
         Slash: 1
   - type: Anomaly
     corePrototype: AnomalyCoreShadow
     coreInertPrototype: AnomalyCoreShadowInert
+    minPulseLength: 60
+    maxPulseLength: 120
     anomalyContactDamage:
       types:
         Cold: 10