From 3069bef30c44d178df28e8e7571a9899b5bd9c39 Mon Sep 17 00:00:00 2001 From: SethLafuente <84478872+SethLafuente@users.noreply.github.com> Date: Thu, 27 May 2021 20:41:03 -0700 Subject: [PATCH] Added HV and MV cables into the protolathe (#4095) Co-authored-by: SETh lafuente --- .../Catalog/Research/technologies.yml | 2 ++ .../Entities/Constructible/Power/lathe.yml | 2 ++ Resources/Prototypes/Recipes/Lathes/tools.yml | 20 ++++++++++++++++++- 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Catalog/Research/technologies.yml b/Resources/Prototypes/Catalog/Research/technologies.yml index f268dd31bd..9645d50403 100644 --- a/Resources/Prototypes/Catalog/Research/technologies.yml +++ b/Resources/Prototypes/Catalog/Research/technologies.yml @@ -234,6 +234,8 @@ - BasicResearch unlockedRecipes: - CableStack + - MVWireStack + - HVWireStack - LightBulb - LightTube - FirelockElectronics diff --git a/Resources/Prototypes/Entities/Constructible/Power/lathe.yml b/Resources/Prototypes/Entities/Constructible/Power/lathe.yml index f08a5204bf..0cb0e591c6 100644 --- a/Resources/Prototypes/Entities/Constructible/Power/lathe.yml +++ b/Resources/Prototypes/Entities/Constructible/Power/lathe.yml @@ -138,6 +138,8 @@ - SheetRGlass - SheetPlastic - CableStack + - MVWireStack + - HVWireStack - ConveyorAssembly - RCD - RCDAmmo diff --git a/Resources/Prototypes/Recipes/Lathes/tools.yml b/Resources/Prototypes/Recipes/Lathes/tools.yml index 349f96ff1e..ddfce393ee 100644 --- a/Resources/Prototypes/Recipes/Lathes/tools.yml +++ b/Resources/Prototypes/Recipes/Lathes/tools.yml @@ -37,12 +37,30 @@ - type: latheRecipe id: CableStack name: cable coil - icon: /Textures/Objects/Tools/cable-coils.rsi/coil-30.png + icon: /Textures/Objects/Tools/cable-coils.rsi/coillv-30.png result: ApcExtensionCableStack1 completetime: 500 materials: Steel: 100 +- type: latheRecipe + id: MVWireStack + name: MV cable coil + icon: /Textures/Objects/Tools/cable-coils.rsi/coilmv-30.png + result: MVWireStack1 + completetime: 500 + materials: + Steel: 150 + +- type: latheRecipe + id: HVWireStack + name: HV cable coil + icon: /Textures/Objects/Tools/cable-coils.rsi/coilhv-30.png + result: HVWireStack1 + completetime: 500 + materials: + Steel: 200 + - type: latheRecipe id: Crowbar icon: Objects/Tools/crowbar.rsi/icon.png