Increase time inbetween anomaly pulses (#26677)
nerf anomaly pulse delays
This commit is contained in:
@@ -95,13 +95,13 @@ public sealed partial class AnomalyComponent : Component
|
|||||||
/// The minimum interval between pulses.
|
/// The minimum interval between pulses.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DataField]
|
[DataField]
|
||||||
public TimeSpan MinPulseLength = TimeSpan.FromMinutes(1);
|
public TimeSpan MinPulseLength = TimeSpan.FromMinutes(2);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The maximum interval between pulses.
|
/// The maximum interval between pulses.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DataField]
|
[DataField]
|
||||||
public TimeSpan MaxPulseLength = TimeSpan.FromMinutes(2);
|
public TimeSpan MaxPulseLength = TimeSpan.FromMinutes(4);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A percentage by which the length of a pulse might vary.
|
/// A percentage by which the length of a pulse might vary.
|
||||||
|
|||||||
@@ -164,6 +164,8 @@
|
|||||||
- type: Anomaly
|
- type: Anomaly
|
||||||
corePrototype: AnomalyCoreFlesh
|
corePrototype: AnomalyCoreFlesh
|
||||||
coreInertPrototype: AnomalyCoreFleshInert
|
coreInertPrototype: AnomalyCoreFleshInert
|
||||||
|
minPulseLength: 180
|
||||||
|
maxPulseLength: 300
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
- state: anom5
|
- state: anom5
|
||||||
@@ -355,6 +357,8 @@
|
|||||||
- type: Anomaly
|
- type: Anomaly
|
||||||
corePrototype: AnomalyCoreRock
|
corePrototype: AnomalyCoreRock
|
||||||
coreInertPrototype: AnomalyCoreRockInert
|
coreInertPrototype: AnomalyCoreRockInert
|
||||||
|
minPulseLength: 180
|
||||||
|
maxPulseLength: 300
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
- state: anom6
|
- state: anom6
|
||||||
@@ -605,6 +609,8 @@
|
|||||||
offset: 0, 0
|
offset: 0, 0
|
||||||
corePrototype: AnomalyCoreFlora
|
corePrototype: AnomalyCoreFlora
|
||||||
coreInertPrototype: AnomalyCoreFloraInert
|
coreInertPrototype: AnomalyCoreFloraInert
|
||||||
|
minPulseLength: 60
|
||||||
|
maxPulseLength: 120
|
||||||
anomalyContactDamage:
|
anomalyContactDamage:
|
||||||
types:
|
types:
|
||||||
Slash: 0
|
Slash: 0
|
||||||
@@ -709,6 +715,8 @@
|
|||||||
- type: Anomaly
|
- type: Anomaly
|
||||||
corePrototype: AnomalyCoreLiquid
|
corePrototype: AnomalyCoreLiquid
|
||||||
coreInertPrototype: AnomalyCoreLiquidInert
|
coreInertPrototype: AnomalyCoreLiquidInert
|
||||||
|
minPulseLength: 60
|
||||||
|
maxPulseLength: 120
|
||||||
anomalyContactDamage:
|
anomalyContactDamage:
|
||||||
types:
|
types:
|
||||||
Slash: 1
|
Slash: 1
|
||||||
@@ -822,6 +830,8 @@
|
|||||||
- type: Anomaly
|
- type: Anomaly
|
||||||
corePrototype: AnomalyCoreShadow
|
corePrototype: AnomalyCoreShadow
|
||||||
coreInertPrototype: AnomalyCoreShadowInert
|
coreInertPrototype: AnomalyCoreShadowInert
|
||||||
|
minPulseLength: 60
|
||||||
|
maxPulseLength: 120
|
||||||
anomalyContactDamage:
|
anomalyContactDamage:
|
||||||
types:
|
types:
|
||||||
Cold: 10
|
Cold: 10
|
||||||
|
|||||||
Reference in New Issue
Block a user