The reagent grinder is now constructable (#5925)
This commit is contained in:
@@ -96,6 +96,7 @@
|
||||
- CryostasisBeaker
|
||||
- Dropper
|
||||
- Syringe
|
||||
- KitchenReagentGrinderMachineCircuitboard
|
||||
- PillCanister
|
||||
|
||||
- type: technology
|
||||
|
||||
@@ -110,3 +110,20 @@
|
||||
DefaultPrototype: 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
|
||||
- AutolatheMachineCircuitboard
|
||||
- ProtolatheMachineCircuitboard
|
||||
- KitchenReagentGrinderMachineCircuitboard
|
||||
- CrewMonitoringComputerCircuitboard
|
||||
- Bucket
|
||||
- MopItem
|
||||
|
||||
@@ -97,6 +97,15 @@
|
||||
Steel: 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
|
||||
id: CrewMonitoringComputerCircuitboard
|
||||
icon: Objects/Misc/module.rsi/id_mod.png
|
||||
|
||||
Reference in New Issue
Block a user