Protolathe Printing and R&D technology (#4039)
Co-authored-by: SETh lafuente <cetaciocascarudo@gmail.com>
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
- type: latheRecipe
|
||||
id: ButchCleaver
|
||||
icon: Objects/Weapons/Melee/cleaver.rsi
|
||||
icon:
|
||||
sprite: Objects/Weapons/Melee/cleaver.rsi
|
||||
state: butch
|
||||
result: ButchCleaver
|
||||
completetime: 500
|
||||
materials:
|
||||
@@ -8,9 +10,11 @@
|
||||
|
||||
- type: latheRecipe
|
||||
id: KitchenKnife
|
||||
icon: Objects/Weapons/Melee/kitchen_knife.rsi
|
||||
result: KitchenKnife
|
||||
completetime: 400
|
||||
icon:
|
||||
sprite: Objects/Weapons/Melee/kitchen_knife.rsi
|
||||
state: icon
|
||||
result: KitchenKnife
|
||||
completetime: 500
|
||||
materials:
|
||||
Steel: 200
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
- type: latheRecipe
|
||||
id: MopItem
|
||||
icon: Objects/Specific/Janitorial/mop.rsi
|
||||
icon:
|
||||
sprite: Objects/Specific/Janitorial/mop.rsi
|
||||
state: mop
|
||||
result: MopItem
|
||||
completetime: 500
|
||||
materials:
|
||||
@@ -17,7 +19,9 @@
|
||||
|
||||
- type: latheRecipe
|
||||
id: Bucket
|
||||
icon: Objects/Specific/Janitorial/janitorial.rsi
|
||||
icon:
|
||||
sprite: Objects/Tools/bucket.rsi
|
||||
state: icon
|
||||
result: Bucket
|
||||
completetime: 500
|
||||
materials:
|
||||
|
||||
@@ -42,9 +42,11 @@
|
||||
Plastic: 50
|
||||
|
||||
- type: latheRecipe
|
||||
id: FlashLightLantern
|
||||
icon: Objects/Tools/flashlight.rsi
|
||||
result: FlashLightLantern
|
||||
id: FlashlightLantern
|
||||
icon:
|
||||
sprite: Objects/Tools/flashlight.rsi
|
||||
state: lantern_off
|
||||
result: FlashlightLantern
|
||||
completetime: 500
|
||||
materials:
|
||||
Steel: 100
|
||||
@@ -52,9 +54,11 @@
|
||||
Plastic: 100
|
||||
|
||||
- type: latheRecipe
|
||||
id: FireExtinguisher
|
||||
icon: Objects/Misc/fire_extinguisher.rsi
|
||||
result: FireExtinguisher
|
||||
id: FireExtinguisher
|
||||
icon:
|
||||
sprite: Objects/Misc/fire_extinguisher.rsi
|
||||
state: fire_extinguisher_closed
|
||||
result: FireExtinguisher
|
||||
completetime: 500
|
||||
materials:
|
||||
Steel: 200
|
||||
|
||||
@@ -30,3 +30,43 @@
|
||||
Glass: 100
|
||||
Plastic: 200
|
||||
Steel: 100
|
||||
|
||||
- type: latheRecipe
|
||||
id: CartridgePistolBase
|
||||
icon:
|
||||
sprite: Objects/Weapons/Guns/Ammunition/Casings/ammo_casing.rsi
|
||||
state: base
|
||||
result: CartridgePistolBase
|
||||
completetime: 500
|
||||
materials:
|
||||
Steel: 10
|
||||
|
||||
- type: latheRecipe
|
||||
id: ShellShotgunBase
|
||||
icon:
|
||||
sprite: Objects/Weapons/Guns/Ammunition/Casings/shotgun_shell.rsi
|
||||
state: base
|
||||
result: ShellShotgunBase
|
||||
completetime: 500
|
||||
materials:
|
||||
Steel: 20
|
||||
|
||||
- type: latheRecipe
|
||||
id: CartridgeMagnumBase
|
||||
icon:
|
||||
sprite: Objects/Weapons/Guns/Ammunition/Casings/ammo_casing.rsi
|
||||
state: base
|
||||
result: CartridgeMagnumBase
|
||||
completetime: 500
|
||||
materials:
|
||||
Steel: 20
|
||||
|
||||
- type: latheRecipe
|
||||
id: CartridgeLRifleBase
|
||||
icon:
|
||||
sprite: Objects/Weapons/Guns/Ammunition/Casings/ammo_casing.rsi
|
||||
state: base
|
||||
result: CartridgeLRifleBase
|
||||
completetime: 500
|
||||
materials:
|
||||
Steel: 30
|
||||
|
||||
@@ -17,3 +17,23 @@
|
||||
completetime: 500
|
||||
materials:
|
||||
Glass: 100
|
||||
|
||||
- type: latheRecipe
|
||||
id: SheetRGlass
|
||||
icon:
|
||||
sprite: Objects/Materials/Sheets/glass.rsi
|
||||
state: rglass
|
||||
result: SheetRGlass1
|
||||
completetime: 500
|
||||
materials:
|
||||
Glass: 200
|
||||
|
||||
- type: latheRecipe
|
||||
id: SheetPlastic
|
||||
icon:
|
||||
sprite: Objects/Materials/Sheets/other.rsi
|
||||
state: plastic
|
||||
result: SheetPlastic1
|
||||
completetime: 500
|
||||
materials:
|
||||
Plastic: 100
|
||||
|
||||
Reference in New Issue
Block a user