[entity] new gas miner prototypes (#15916)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user