Add SMES Recipe (#5967)
Co-authored-by: Moony <moonheart08@users.noreply.github.com>
This commit is contained in:
@@ -265,6 +265,7 @@
|
||||
- FirelockElectronics
|
||||
- DoorElectronics
|
||||
- APCElectronics
|
||||
- SMESMachineCircuitboard
|
||||
- SubstationMachineCircuitboard
|
||||
- HydroponicsTrayMachineCircuitboard
|
||||
- SolarControlComputerCircuitboard
|
||||
|
||||
@@ -110,6 +110,19 @@
|
||||
DefaultPrototype: Beaker
|
||||
ExamineName: Glass Beaker
|
||||
|
||||
- type: entity
|
||||
id: SMESMachineCircuitboard
|
||||
parent: BaseMachineCircuitboard
|
||||
name: SMES (Machine Board)
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Misc/module.rsi
|
||||
state: power_mod
|
||||
- type: MachineBoard
|
||||
prototype: BaseSmes
|
||||
requirements:
|
||||
Capacitor: 10
|
||||
|
||||
- type: entity
|
||||
id: SubstationMachineCircuitboard
|
||||
parent: BaseMachineCircuitboard
|
||||
|
||||
@@ -176,6 +176,7 @@
|
||||
- FirelockElectronics
|
||||
- DoorElectronics
|
||||
- APCElectronics
|
||||
- SMESMachineCircuitboard
|
||||
- SubstationMachineCircuitboard
|
||||
- AirAlarmElectronics
|
||||
- FireAlarmElectronics
|
||||
|
||||
@@ -49,3 +49,11 @@
|
||||
energy: 1.6
|
||||
color: "#c9c042"
|
||||
castShadows: false
|
||||
- type: Construction
|
||||
graph: machine
|
||||
node: machine
|
||||
- type: Wires
|
||||
BoardName: "SMES"
|
||||
LayoutId: SMES
|
||||
- type: Machine
|
||||
board: SMESMachineCircuitboard
|
||||
|
||||
@@ -52,6 +52,15 @@
|
||||
Steel: 100
|
||||
Glass: 100
|
||||
|
||||
- type: latheRecipe
|
||||
id: SMESMachineCircuitboard
|
||||
icon: Objects/Misc/module.rsi/power_mod.png
|
||||
result: SMESMachineCircuitboard
|
||||
completetime: 1000
|
||||
materials:
|
||||
Steel: 100
|
||||
Glass: 100
|
||||
|
||||
- type: latheRecipe
|
||||
id: CloningPodMachineCircuitboard
|
||||
icon: Objects/Misc/module.rsi/id_mod.png
|
||||
|
||||
Reference in New Issue
Block a user