Thermomachine fix + machine boards (#6803)
This commit is contained in:
@@ -46,6 +46,40 @@
|
||||
ExamineName: Glass Beaker
|
||||
|
||||
|
||||
- type: entity
|
||||
id: ThermomachineFreezerMachineCircuitBoard
|
||||
parent: BaseMachineCircuitboard
|
||||
name: Freezer Thermomachine (Machine Board)
|
||||
description: Looks like you could use a screwdriver to change the board type.
|
||||
components:
|
||||
- type: MachineBoard
|
||||
prototype: GasThermoMachineFreezer
|
||||
requirements:
|
||||
MatterBin: 3
|
||||
Laser: 3
|
||||
materialRequirements:
|
||||
Cable: 5
|
||||
- type: Construction
|
||||
graph: ThermomachineBoard
|
||||
node: freezer
|
||||
|
||||
- type: entity
|
||||
id: ThermomachineHeaterMachineCircuitBoard
|
||||
parent: BaseMachineCircuitboard
|
||||
name: Heater Thermomachine (Machine Board)
|
||||
description: Looks like you could use a screwdriver to change the board type.
|
||||
components:
|
||||
- type: MachineBoard
|
||||
prototype: GasThermoMachineHeater
|
||||
requirements:
|
||||
MatterBin: 3
|
||||
Laser: 3
|
||||
materialRequirements:
|
||||
Cable: 5
|
||||
- type: Construction
|
||||
graph: ThermomachineBoard
|
||||
node: heater
|
||||
|
||||
- type: entity
|
||||
id: CloningPodMachineCircuitboard
|
||||
parent: BaseMachineCircuitboard
|
||||
|
||||
@@ -218,6 +218,7 @@
|
||||
protolatherecipes:
|
||||
- SMESMachineCircuitboard
|
||||
- SubstationMachineCircuitboard
|
||||
- ThermomachineFreezerMachineCircuitBoard
|
||||
- CloningPodMachineCircuitboard
|
||||
- MedicalScannerMachineCircuitboard
|
||||
- ChemMasterMachineCircuitboard
|
||||
|
||||
@@ -148,6 +148,12 @@
|
||||
- type: GasThermoMachine
|
||||
- type: AtmosPipeColor
|
||||
- type: AtmosDevice
|
||||
- type: Construction
|
||||
graph: Machine
|
||||
node: machine
|
||||
- type: Wires
|
||||
BoardName: "Thermomachine"
|
||||
LayoutId: Thermomachine
|
||||
- type: NodeContainer
|
||||
nodes:
|
||||
pipe:
|
||||
@@ -177,6 +183,8 @@
|
||||
- type: GasThermoMachine
|
||||
mode: Freezer
|
||||
minTemperature: 73.15
|
||||
- type: Machine
|
||||
board: ThermomachineFreezerMachineCircuitBoard
|
||||
|
||||
- type: entity
|
||||
parent: BaseGasThermoMachine
|
||||
@@ -200,3 +208,5 @@
|
||||
- type: GasThermoMachine
|
||||
mode: Heater
|
||||
maxTemperature: 573.15 # This is changed when parts are refreshed.
|
||||
- type: Machine
|
||||
board: ThermomachineHeaterMachineCircuitBoard
|
||||
|
||||
Reference in New Issue
Block a user