Volume and pressure pump (#1955)
* PressurePump and VolumePump * VolumePump fix * PressurePump fix * volume pump simplification * Fixes GridAtmosphereComponent not updating pumps Co-authored-by: py01 <pyronetics01@gmail.com>
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
thresholdvalue: 100
|
||||
|
||||
- type: entity
|
||||
abstract: true
|
||||
parent: PumpBase
|
||||
id: NorthFromSouthPipePump
|
||||
name: North from south pipe pump
|
||||
id: NorthwardLongitudinalPump
|
||||
components:
|
||||
- type: Sprite
|
||||
state: mvcable_3
|
||||
@@ -27,10 +27,26 @@
|
||||
nodes:
|
||||
- !type:PipeNode
|
||||
nodeGroupID: Pipe
|
||||
pipeDirection: North
|
||||
pipeDirection: South
|
||||
- !type:PipeNode
|
||||
nodeGroupID: Pipe
|
||||
pipeDirection: South
|
||||
- type: DebugPump
|
||||
outletDirection: North
|
||||
pipeDirection: North
|
||||
|
||||
- type: entity
|
||||
parent: NorthwardLongitudinalPump
|
||||
id: NorthwardLongitudinalVolumePump
|
||||
name: Northward Longitudinal Volume Pump
|
||||
components:
|
||||
- type: VolumePump
|
||||
inletDirection: South
|
||||
outletDirection: North
|
||||
|
||||
- type: entity
|
||||
parent: NorthwardLongitudinalPump
|
||||
id: NorthwardLongitudinalPressurePump
|
||||
name: Northward Longitudinal Pressure Pump
|
||||
components:
|
||||
- type: PressurePump
|
||||
inletDirection: South
|
||||
outletDirection: North
|
||||
|
||||
Reference in New Issue
Block a user