Make pressure and volume pumps require power (#28995)

This commit is contained in:
Partmedia
2024-09-14 17:58:10 -08:00
committed by GitHub
parent d015291c52
commit 30c5fbb0be
3 changed files with 32 additions and 4 deletions

View File

@@ -24,13 +24,18 @@
pipeDirection: South
- type: entity
parent: GasBinaryBase
parent: [BaseMachinePowered, GasBinaryBase]
id: GasPressurePump
name: gas pump
description: A pump that moves gas by pressure.
placement:
mode: SnapgridCenter
components:
- type: ApcPowerReceiver
powerLoad: 200
- type: Rotatable
- type: Transform
noRot: false
- type: Sprite
sprite: Structures/Piping/Atmospherics/pump.rsi
layers:
@@ -64,13 +69,18 @@
path: /Audio/Ambience/Objects/gas_pump.ogg
- type: entity
parent: GasBinaryBase
parent: [BaseMachinePowered, GasBinaryBase]
id: GasVolumePump
name: volumetric gas pump
description: A pump that moves gas by volume.
placement:
mode: SnapgridCenter
components:
- type: ApcPowerReceiver
powerLoad: 200
- type: Rotatable
- type: Transform
noRot: false
- type: Sprite
sprite: Structures/Piping/Atmospherics/pump.rsi
layers: