Protolathe Printing (#4094)

Co-authored-by: SETh lafuente <cetaciocascarudo@gmail.com>
This commit is contained in:
SethLafuente
2021-05-27 15:43:10 -07:00
committed by GitHub
parent 6d404734e7
commit 6b1d582cf9
5 changed files with 19 additions and 2 deletions

View File

@@ -27,6 +27,7 @@
unlockedRecipes: unlockedRecipes:
- Bucket - Bucket
- MopItem - MopItem
- SprayBottle
# Biological Technology Tree # Biological Technology Tree
@@ -92,6 +93,7 @@
unlockedRecipes: unlockedRecipes:
- Beaker - Beaker
- LargeBeaker - LargeBeaker
- CryostasisBeaker
- Dropper - Dropper
- Syringe - Syringe

View File

@@ -152,6 +152,7 @@
- Hemostat - Hemostat
- Beaker - Beaker
- LargeBeaker - LargeBeaker
- CryostasisBeaker
- Dropper - Dropper
- Syringe - Syringe
- Flash - Flash
@@ -166,6 +167,7 @@
- APCElectronics - APCElectronics
- Bucket - Bucket
- MopItem - MopItem
- SprayBottle
- FireExtinguisher - FireExtinguisher
- KitchenKnife - KitchenKnife
- ButchCleaver - ButchCleaver

View File

@@ -18,6 +18,16 @@
materials: materials:
Glass: 200 Glass: 200
- type: latheRecipe
id: CryostasisBeaker
icon:
sprite: Objects/Specific/Chemistry/beaker_cryostasis.rsi
state: beakernoreact
result: CryostasisBeaker
completetime: 500
materials:
Steel: 250
- type: latheRecipe - type: latheRecipe
id: Dropper id: Dropper
icon: icon:

View File

@@ -37,7 +37,9 @@
- type: latheRecipe - type: latheRecipe
id: SprayBottle id: SprayBottle
icon: Objects/Specific/Janitorial/janitorial.rsi icon:
sprite: Objects/Specific/Janitorial/janitorial.rsi
state: cleaner
result: SprayBottle result: SprayBottle
completetime: 500 completetime: 500
materials: materials:

View File

@@ -26,7 +26,8 @@
result: SheetRGlass1 result: SheetRGlass1
completetime: 500 completetime: 500
materials: materials:
Glass: 200 Glass: 100
Steel: 50
- type: latheRecipe - type: latheRecipe
id: SheetPlastic id: SheetPlastic