diff --git a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/miners.yml b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/miners.yml index 748cbc1954..42b3b701f1 100644 --- a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/miners.yml +++ b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/miners.yml @@ -37,22 +37,60 @@ name: O2 gas miner parent: GasMinerBase id: GasMinerOxygen + suffix: Shuttle, 300kPa placement: mode: SnapgridCenter components: - type: GasMiner spawnGas: Oxygen +- type: entity + name: O2 gas miner + parent: GasMinerOxygen + id: GasMinerOxygenStation + suffix: Station, 1000kPa + components: + - type: GasMiner + maxExternalPressure: 1000 + +- type: entity + name: O2 gas miner + parent: GasMinerOxygen + id: GasMinerOxygenStationLarge + suffix: Large Station, 4500kPa + components: + - type: GasMiner + maxExternalPressure: 4500 + - type: entity name: N2 gas miner parent: GasMinerBase id: GasMinerNitrogen + suffix: Shuttle, 300kPa placement: mode: SnapgridCenter components: - type: GasMiner spawnGas: Nitrogen +- type: entity + name: N2 gas miner + parent: GasMinerNitrogen + id: GasMinerNitrogenStation + suffix: Station, 1000kPa + components: + - type: GasMiner + maxExternalPressure: 1000 + +- type: entity + name: N2 gas miner + parent: GasMinerNitrogen + id: GasMinerNitrogenStationLarge + suffix: Large Station, 4500kPa + components: + - type: GasMiner + maxExternalPressure: 4500 + - type: entity name: CO2 gas miner parent: GasMinerBase