Adds salvage magnet board to the circuit imprinter (#31996)
* Adds salvage magnet board to lathe as default recipe, changes board sprite to supply sprite * Adds the salvage magnet board to the QM's locker, science cannot be trusted and never should be * my body is a machine that turns commits pushed to the wrong branch into machinations on git --------- Co-authored-by: PJBot <pieterjan.briers+bot@gmail.com>
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
- id: CargoSaleComputerCircuitboard
|
||||
- id: CargoShuttleComputerCircuitboard
|
||||
- id: CargoShuttleConsoleCircuitboard
|
||||
- id: SalvageMagnetMachineCircuitboard
|
||||
- id: CigPackGreen
|
||||
prob: 0.50
|
||||
- id: ClothingHeadsetAltCargo
|
||||
|
||||
@@ -1208,6 +1208,8 @@
|
||||
name: salvage magnet machine board
|
||||
description: A machine printed circuit board for a salvage magnet.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: supply
|
||||
- type: MachineBoard
|
||||
prototype: SalvageMagnet
|
||||
stackRequirements:
|
||||
|
||||
@@ -449,6 +449,7 @@
|
||||
- SpaceHeaterMachineCircuitBoard
|
||||
- CutterMachineCircuitboard
|
||||
- StationAnchorCircuitboard
|
||||
- SalvageMagnetMachineCircuitboard
|
||||
dynamicRecipes:
|
||||
- ThermomachineFreezerMachineCircuitBoard
|
||||
- HellfireFreezerMachineCircuitBoard
|
||||
|
||||
@@ -332,6 +332,11 @@
|
||||
id: OreProcessorIndustrialMachineCircuitboard
|
||||
result: OreProcessorIndustrialMachineCircuitboard
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseGoldCircuitboardRecipe
|
||||
id: SalvageMagnetMachineCircuitboard
|
||||
result: SalvageMagnetMachineCircuitboard
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseGoldCircuitboardRecipe
|
||||
id: RipleyCentralElectronics
|
||||
|
||||
Reference in New Issue
Block a user