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:
py01
2020-08-30 18:13:23 -06:00
committed by GitHub
parent 68ec6e6be5
commit 9d5278ab0d
6 changed files with 136 additions and 28 deletions

View File

@@ -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