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.
|
/// 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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user