From 2466e4bdf3aede51a32ce9311a40f583157ca483 Mon Sep 17 00:00:00 2001 From: Rane <60792108+Elijahrane@users.noreply.github.com> Date: Thu, 30 Dec 2021 13:07:14 -0500 Subject: [PATCH] The reagent grinder is now constructable (#5925) --- .../Catalog/Research/technologies.yml | 1 + .../Circuitboards/Machine/production.yml | 17 +++++++++++++++++ .../Entities/Structures/Machines/lathe.yml | 1 + .../Prototypes/Recipes/Lathes/electronics.yml | 9 +++++++++ 4 files changed, 28 insertions(+) diff --git a/Resources/Prototypes/Catalog/Research/technologies.yml b/Resources/Prototypes/Catalog/Research/technologies.yml index 17b4176533..6c72327791 100644 --- a/Resources/Prototypes/Catalog/Research/technologies.yml +++ b/Resources/Prototypes/Catalog/Research/technologies.yml @@ -96,6 +96,7 @@ - CryostasisBeaker - Dropper - Syringe + - KitchenReagentGrinderMachineCircuitboard - PillCanister - type: technology diff --git a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml index 8905db795b..6eb7fc6a6c 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml @@ -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 + diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 0567503b19..c78b1ef3e3 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -184,6 +184,7 @@ - SolarControlComputerCircuitboard - AutolatheMachineCircuitboard - ProtolatheMachineCircuitboard + - KitchenReagentGrinderMachineCircuitboard - CrewMonitoringComputerCircuitboard - Bucket - MopItem diff --git a/Resources/Prototypes/Recipes/Lathes/electronics.yml b/Resources/Prototypes/Recipes/Lathes/electronics.yml index 255c169b78..e55a87a71f 100644 --- a/Resources/Prototypes/Recipes/Lathes/electronics.yml +++ b/Resources/Prototypes/Recipes/Lathes/electronics.yml @@ -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