Add substation crafting recipe (#5942)
Co-authored-by: Paul Ritter <ritter.paul1@googlemail.com>
This commit is contained in:
@@ -265,6 +265,7 @@
|
|||||||
- FirelockElectronics
|
- FirelockElectronics
|
||||||
- DoorElectronics
|
- DoorElectronics
|
||||||
- APCElectronics
|
- APCElectronics
|
||||||
|
- SubstationMachineCircuitboard
|
||||||
- HydroponicsTrayMachineCircuitboard
|
- HydroponicsTrayMachineCircuitboard
|
||||||
- SolarControlComputerCircuitboard
|
- SolarControlComputerCircuitboard
|
||||||
|
|
||||||
|
|||||||
@@ -110,6 +110,19 @@
|
|||||||
DefaultPrototype: Beaker
|
DefaultPrototype: Beaker
|
||||||
ExamineName: Glass Beaker
|
ExamineName: Glass Beaker
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: SubstationMachineCircuitboard
|
||||||
|
parent: BaseMachineCircuitboard
|
||||||
|
name: Substation (Machine Board)
|
||||||
|
components:
|
||||||
|
- type: MachineBoard
|
||||||
|
prototype: BaseSubstation
|
||||||
|
requirements:
|
||||||
|
Capacitor: 3
|
||||||
|
materialRequirements:
|
||||||
|
CableMV: 5
|
||||||
|
CableHV: 5
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: KitchenReagentGrinderMachineCircuitboard #unsure why the reagent grinder has 'kitchen' in the id name when multiple departments use it but that's for another time
|
id: KitchenReagentGrinderMachineCircuitboard #unsure why the reagent grinder has 'kitchen' in the id name when multiple departments use it but that's for another time
|
||||||
parent: BaseMachineCircuitboard
|
parent: BaseMachineCircuitboard
|
||||||
@@ -126,4 +139,3 @@
|
|||||||
Amount: 1
|
Amount: 1
|
||||||
DefaultPrototype: Beaker
|
DefaultPrototype: Beaker
|
||||||
ExamineName: Glass Beaker
|
ExamineName: Glass Beaker
|
||||||
|
|
||||||
|
|||||||
@@ -176,6 +176,7 @@
|
|||||||
- FirelockElectronics
|
- FirelockElectronics
|
||||||
- DoorElectronics
|
- DoorElectronics
|
||||||
- APCElectronics
|
- APCElectronics
|
||||||
|
- SubstationMachineCircuitboard
|
||||||
- AirAlarmElectronics
|
- AirAlarmElectronics
|
||||||
- FireAlarmElectronics
|
- FireAlarmElectronics
|
||||||
- CloningPodMachineCircuitboard
|
- CloningPodMachineCircuitboard
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
placement:
|
placement:
|
||||||
mode: SnapgridCenter
|
mode: SnapgridCenter
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite # TODO: add sprite for maintenance panel open
|
||||||
sprite: Structures/Power/substation.rsi
|
sprite: Structures/Power/substation.rsi
|
||||||
layers:
|
layers:
|
||||||
- state: substation
|
- state: substation
|
||||||
@@ -42,6 +42,9 @@
|
|||||||
maxChargeRate: 5000
|
maxChargeRate: 5000
|
||||||
supplyRampTolerance: 5000
|
supplyRampTolerance: 5000
|
||||||
supplyRampRate: 1000
|
supplyRampRate: 1000
|
||||||
|
- type: Construction
|
||||||
|
graph: machine
|
||||||
|
node: machine
|
||||||
- type: Destructible
|
- type: Destructible
|
||||||
thresholds:
|
thresholds:
|
||||||
- trigger:
|
- trigger:
|
||||||
@@ -63,4 +66,9 @@
|
|||||||
devastationRange: 1
|
devastationRange: 1
|
||||||
heavyImpactRange: 3
|
heavyImpactRange: 3
|
||||||
lightImpactRange: 5
|
lightImpactRange: 5
|
||||||
flashRange: 6
|
flashRange: 6
|
||||||
|
- type: Wires
|
||||||
|
BoardName: "Substation"
|
||||||
|
LayoutId: Substation
|
||||||
|
- type: Machine
|
||||||
|
board: SubstationMachineCircuitboard
|
||||||
|
|||||||
@@ -43,6 +43,15 @@
|
|||||||
Steel: 50
|
Steel: 50
|
||||||
Glass: 50
|
Glass: 50
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
id: SubstationMachineCircuitboard
|
||||||
|
icon: Objects/Misc/module.rsi/id_mod.png
|
||||||
|
result: SubstationMachineCircuitboard
|
||||||
|
completetime: 1000
|
||||||
|
materials:
|
||||||
|
Steel: 100
|
||||||
|
Glass: 100
|
||||||
|
|
||||||
- type: latheRecipe
|
- type: latheRecipe
|
||||||
id: CloningPodMachineCircuitboard
|
id: CloningPodMachineCircuitboard
|
||||||
icon: Objects/Misc/module.rsi/id_mod.png
|
icon: Objects/Misc/module.rsi/id_mod.png
|
||||||
|
|||||||
Reference in New Issue
Block a user