The reagent grinder is now constructable (#5925)

This commit is contained in:
Rane
2021-12-30 13:07:14 -05:00
committed by GitHub
parent 7260e391ab
commit 2466e4bdf3
4 changed files with 28 additions and 0 deletions

View File

@@ -96,6 +96,7 @@
- CryostasisBeaker
- Dropper
- Syringe
- KitchenReagentGrinderMachineCircuitboard
- PillCanister
- type: technology

View File

@@ -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

View File

@@ -184,6 +184,7 @@
- SolarControlComputerCircuitboard
- AutolatheMachineCircuitboard
- ProtolatheMachineCircuitboard
- KitchenReagentGrinderMachineCircuitboard
- CrewMonitoringComputerCircuitboard
- Bucket
- MopItem

View File

@@ -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