From: Scribbles0 <91828755+Scribbles0@users.noreply.github.com> Date: Mon, 1 May 2023 01:10:23 +0000 (-0700) Subject: [entity] new gas miner prototypes (#15916) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=90fd315b8b1a809162a25606ee0d3deed3dd806a;p=space-station-14.git [entity] new gas miner prototypes (#15916) --- 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