Drain buffs (#15300)
This commit is contained in:
@@ -22,7 +22,7 @@ public sealed class DrainComponent : Component
|
||||
/// How many units are ejected from the buffer per second.
|
||||
/// </summary>
|
||||
[DataField("unitsDestroyedPerSecond")]
|
||||
public float UnitsDestroyedPerSecond = 1f;
|
||||
public float UnitsDestroyedPerSecond = 3f;
|
||||
|
||||
/// <summary>
|
||||
/// How many (unobstructed) tiles away the drain will
|
||||
|
||||
@@ -327,7 +327,7 @@
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
drainBuffer:
|
||||
maxVol: 500
|
||||
maxVol: 1000
|
||||
- type: DrainableSolution
|
||||
solution: drainBuffer
|
||||
- type: Damageable
|
||||
|
||||
Reference in New Issue
Block a user