Drain buffs (#15300)

This commit is contained in:
EnDecc
2023-04-11 07:21:30 -04:00
committed by GitHub
parent 793a09336e
commit 34f5cb7440
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ public sealed class DrainComponent : Component
/// How many units are ejected from the buffer per second. /// How many units are ejected from the buffer per second.
/// </summary> /// </summary>
[DataField("unitsDestroyedPerSecond")] [DataField("unitsDestroyedPerSecond")]
public float UnitsDestroyedPerSecond = 1f; public float UnitsDestroyedPerSecond = 3f;
/// <summary> /// <summary>
/// How many (unobstructed) tiles away the drain will /// How many (unobstructed) tiles away the drain will

View File

@@ -327,7 +327,7 @@
- type: SolutionContainerManager - type: SolutionContainerManager
solutions: solutions:
drainBuffer: drainBuffer:
maxVol: 500 maxVol: 1000
- type: DrainableSolution - type: DrainableSolution
solution: drainBuffer solution: drainBuffer
- type: Damageable - type: Damageable