Added HV and MV cables into the protolathe (#4095)

Co-authored-by: SETh lafuente <cetaciocascarudo@gmail.com>
This commit is contained in:
SethLafuente
2021-05-27 20:41:03 -07:00
committed by GitHub
parent 7b061d864d
commit 3069bef30c
3 changed files with 23 additions and 1 deletions

View File

@@ -234,6 +234,8 @@
- BasicResearch - BasicResearch
unlockedRecipes: unlockedRecipes:
- CableStack - CableStack
- MVWireStack
- HVWireStack
- LightBulb - LightBulb
- LightTube - LightTube
- FirelockElectronics - FirelockElectronics

View File

@@ -138,6 +138,8 @@
- SheetRGlass - SheetRGlass
- SheetPlastic - SheetPlastic
- CableStack - CableStack
- MVWireStack
- HVWireStack
- ConveyorAssembly - ConveyorAssembly
- RCD - RCD
- RCDAmmo - RCDAmmo

View File

@@ -37,12 +37,30 @@
- type: latheRecipe - type: latheRecipe
id: CableStack id: CableStack
name: cable coil 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 result: ApcExtensionCableStack1
completetime: 500 completetime: 500
materials: materials:
Steel: 100 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 - type: latheRecipe
id: Crowbar id: Crowbar
icon: Objects/Tools/crowbar.rsi/icon.png icon: Objects/Tools/crowbar.rsi/icon.png