Increase time inbetween anomaly pulses (#26677)

nerf anomaly pulse delays
This commit is contained in:
Nemanja
2024-04-02 23:15:57 -04:00
committed by GitHub
parent 74c45da718
commit c87ba22d3e
2 changed files with 14 additions and 4 deletions

View 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.