[entity] new gas miner prototypes (#15916)
This commit is contained in:
@@ -37,22 +37,60 @@
|
|||||||
name: O2 gas miner
|
name: O2 gas miner
|
||||||
parent: GasMinerBase
|
parent: GasMinerBase
|
||||||
id: GasMinerOxygen
|
id: GasMinerOxygen
|
||||||
|
suffix: Shuttle, 300kPa
|
||||||
placement:
|
placement:
|
||||||
mode: SnapgridCenter
|
mode: SnapgridCenter
|
||||||
components:
|
components:
|
||||||
- type: GasMiner
|
- type: GasMiner
|
||||||
spawnGas: Oxygen
|
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
|
- type: entity
|
||||||
name: N2 gas miner
|
name: N2 gas miner
|
||||||
parent: GasMinerBase
|
parent: GasMinerBase
|
||||||
id: GasMinerNitrogen
|
id: GasMinerNitrogen
|
||||||
|
suffix: Shuttle, 300kPa
|
||||||
placement:
|
placement:
|
||||||
mode: SnapgridCenter
|
mode: SnapgridCenter
|
||||||
components:
|
components:
|
||||||
- type: GasMiner
|
- type: GasMiner
|
||||||
spawnGas: Nitrogen
|
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
|
- type: entity
|
||||||
name: CO2 gas miner
|
name: CO2 gas miner
|
||||||
parent: GasMinerBase
|
parent: GasMinerBase
|
||||||
|
|||||||
Reference in New Issue
Block a user