The reagent grinder is now constructable (#5925)
This commit is contained in:
@@ -96,6 +96,7 @@
|
|||||||
- CryostasisBeaker
|
- CryostasisBeaker
|
||||||
- Dropper
|
- Dropper
|
||||||
- Syringe
|
- Syringe
|
||||||
|
- KitchenReagentGrinderMachineCircuitboard
|
||||||
- PillCanister
|
- PillCanister
|
||||||
|
|
||||||
- type: technology
|
- type: technology
|
||||||
|
|||||||
@@ -110,3 +110,20 @@
|
|||||||
DefaultPrototype: Beaker
|
DefaultPrototype: Beaker
|
||||||
ExamineName: Glass Beaker
|
ExamineName: Glass Beaker
|
||||||
|
|
||||||
|
- 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
|
||||||
|
parent: BaseMachineCircuitboard
|
||||||
|
name: Reagent Grinder (Machine Board)
|
||||||
|
components:
|
||||||
|
- type: MachineBoard
|
||||||
|
prototype: KitchenReagentGrinder
|
||||||
|
requirements:
|
||||||
|
Laser: 1
|
||||||
|
ScanningModule: 1
|
||||||
|
MatterBin: 2
|
||||||
|
tagRequirements:
|
||||||
|
GlassBeaker:
|
||||||
|
Amount: 1
|
||||||
|
DefaultPrototype: Beaker
|
||||||
|
ExamineName: Glass Beaker
|
||||||
|
|
||||||
|
|||||||
@@ -184,6 +184,7 @@
|
|||||||
- SolarControlComputerCircuitboard
|
- SolarControlComputerCircuitboard
|
||||||
- AutolatheMachineCircuitboard
|
- AutolatheMachineCircuitboard
|
||||||
- ProtolatheMachineCircuitboard
|
- ProtolatheMachineCircuitboard
|
||||||
|
- KitchenReagentGrinderMachineCircuitboard
|
||||||
- CrewMonitoringComputerCircuitboard
|
- CrewMonitoringComputerCircuitboard
|
||||||
- Bucket
|
- Bucket
|
||||||
- MopItem
|
- MopItem
|
||||||
|
|||||||
@@ -97,6 +97,15 @@
|
|||||||
Steel: 100
|
Steel: 100
|
||||||
Glass: 100
|
Glass: 100
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
id: KitchenReagentGrinderMachineCircuitboard
|
||||||
|
icon: Objects/Misc/module.rsi/id_mod.png
|
||||||
|
result: KitchenReagentGrinderMachineCircuitboard
|
||||||
|
completetime: 1000
|
||||||
|
materials:
|
||||||
|
Steel: 100
|
||||||
|
Glass: 100
|
||||||
|
|
||||||
- type: latheRecipe
|
- type: latheRecipe
|
||||||
id: CrewMonitoringComputerCircuitboard
|
id: CrewMonitoringComputerCircuitboard
|
||||||
icon: Objects/Misc/module.rsi/id_mod.png
|
icon: Objects/Misc/module.rsi/id_mod.png
|
||||||
|
|||||||
Reference in New Issue
Block a user