Added HV and MV cables into the protolathe (#4095)
Co-authored-by: SETh lafuente <cetaciocascarudo@gmail.com>
This commit is contained in:
@@ -234,6 +234,8 @@
|
|||||||
- BasicResearch
|
- BasicResearch
|
||||||
unlockedRecipes:
|
unlockedRecipes:
|
||||||
- CableStack
|
- CableStack
|
||||||
|
- MVWireStack
|
||||||
|
- HVWireStack
|
||||||
- LightBulb
|
- LightBulb
|
||||||
- LightTube
|
- LightTube
|
||||||
- FirelockElectronics
|
- FirelockElectronics
|
||||||
|
|||||||
@@ -138,6 +138,8 @@
|
|||||||
- SheetRGlass
|
- SheetRGlass
|
||||||
- SheetPlastic
|
- SheetPlastic
|
||||||
- CableStack
|
- CableStack
|
||||||
|
- MVWireStack
|
||||||
|
- HVWireStack
|
||||||
- ConveyorAssembly
|
- ConveyorAssembly
|
||||||
- RCD
|
- RCD
|
||||||
- RCDAmmo
|
- RCDAmmo
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user