From fc4977924e04079bb321cc1167d9c34ef38342d8 Mon Sep 17 00:00:00 2001 From: iczero Date: Sat, 27 Nov 2021 20:38:06 -0500 Subject: [PATCH] Add lathe circuit board recipes to protolathe (#5509) --- .../Catalog/Research/technologies.yml | 2 ++ .../Entities/Structures/Machines/lathe.yml | 2 ++ .../Prototypes/Recipes/Lathes/electronics.yml | 17 +++++++++++++++++ 3 files changed, 21 insertions(+) diff --git a/Resources/Prototypes/Catalog/Research/technologies.yml b/Resources/Prototypes/Catalog/Research/technologies.yml index 824364b783..85e590e36c 100644 --- a/Resources/Prototypes/Catalog/Research/technologies.yml +++ b/Resources/Prototypes/Catalog/Research/technologies.yml @@ -222,6 +222,8 @@ - RCDAmmo - FlashlightLantern - FireExtinguisher + - AutolatheMachineCircuitboard + - ProtolatheMachineCircuitboard - type: technology name: material sheet printing diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 1a8eec0241..dab7b7192a 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -178,6 +178,8 @@ - ChemDispenserMachineCircuitboard - HydroponicsTrayMachineCircuitboard - SolarControlComputerCircuitboard + - AutolatheMachineCircuitboard + - ProtolatheMachineCircuitboard - Bucket - MopItem - SprayBottle diff --git a/Resources/Prototypes/Recipes/Lathes/electronics.yml b/Resources/Prototypes/Recipes/Lathes/electronics.yml index 57d23c34cf..edbc481d2a 100644 --- a/Resources/Prototypes/Recipes/Lathes/electronics.yml +++ b/Resources/Prototypes/Recipes/Lathes/electronics.yml @@ -79,3 +79,20 @@ Steel: 100 Glass: 100 +- type: latheRecipe + id: AutolatheMachineCircuitboard + icon: Objects/Misc/module.rsi/id_mod.png + result: AutolatheMachineCircuitboard + completetime: 1000 + materials: + Steel: 100 + Glass: 100 + +- type: latheRecipe + id: ProtolatheMachineCircuitboard + icon: Objects/Misc/module.rsi/id_mod.png + result: ProtolatheMachineCircuitboard + completetime: 1000 + materials: + Steel: 100 + Glass: 100