diff --git a/Resources/Prototypes/Catalog/LatheRecipes/cooking.yml b/Resources/Prototypes/Catalog/LatheRecipes/cooking.yml index 5bcd12aedf..07258a7740 100644 --- a/Resources/Prototypes/Catalog/LatheRecipes/cooking.yml +++ b/Resources/Prototypes/Catalog/LatheRecipes/cooking.yml @@ -5,3 +5,35 @@ completetime: 500 materials: steel: 90 + +- type: latheRecipe + id: KitchenKnife + icon: Objects/Weapons/Melee/kitchen_knife.rsi + result: KitchenKnife + completetime: 400 + materials: + steel: 30 + +- type: latheRecipe + id: DrinkMug + icon: Objects/Consumable/Drinks/mug.rsi + result: DrinkMug + completetime: 200 + materials: + glass: 20 + +- type: latheRecipe + id: DrinkMugMetal + icon: Objects/Consumable/Drinks/mug_metal.rsi + result: DrinkMugMetal + completetime: 200 + materials: + steel: 20 + +- type: latheRecipe + id: DrinkGlass + icon: Objects/Consumable/Drinks/glass_clear.rsi + result: DrinkGlass + completetime: 200 + materials: + glass: 15 diff --git a/Resources/Prototypes/Catalog/LatheRecipes/janitorial.yml b/Resources/Prototypes/Catalog/LatheRecipes/janitorial.yml index 5dea57dd21..2192205135 100644 --- a/Resources/Prototypes/Catalog/LatheRecipes/janitorial.yml +++ b/Resources/Prototypes/Catalog/LatheRecipes/janitorial.yml @@ -39,3 +39,11 @@ completetime: 500 materials: glass: 50 + +- type: latheRecipe + id: TrashBag + icon: Objects/Specific/Janitorial/trashbag.rsi + result: TrashBag + completetime: 300 + materials: + glass: 15 diff --git a/Resources/Prototypes/Catalog/LatheRecipes/medical.yml b/Resources/Prototypes/Catalog/LatheRecipes/medical.yml index 8bc5004a0d..f60ac0b5f5 100644 --- a/Resources/Prototypes/Catalog/LatheRecipes/medical.yml +++ b/Resources/Prototypes/Catalog/LatheRecipes/medical.yml @@ -74,3 +74,11 @@ completetime: 500 materials: steel: 50 + +- type: latheRecipe + id: BodyBag_Item + icon: Objects/Specific/Morgue/bodybags.rsi + result: BodyBag_Item + completetime: 300 + materials: + glass: 20 diff --git a/Resources/Prototypes/Catalog/LatheRecipes/misc.yml b/Resources/Prototypes/Catalog/LatheRecipes/misc.yml index 73e7644726..d58d31231f 100644 --- a/Resources/Prototypes/Catalog/LatheRecipes/misc.yml +++ b/Resources/Prototypes/Catalog/LatheRecipes/misc.yml @@ -58,3 +58,11 @@ materials: steel: 80 glass: 30 + +- type: latheRecipe + id: Matchbox + icon: Objects/Tools/matches.rsi + result: Matchbox + completetime: 10 + materials: + glass: 10