[entity] new gas miner prototypes (#15916)

This commit is contained in:
Scribbles0
2023-04-30 18:10:23 -07:00
committed by GitHub
parent 46f1beb625
commit 90fd315b8b

View File

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