From bff50de74617ac7ee4d4253377d92b26c293e761 Mon Sep 17 00:00:00 2001 From: Adrian16199 <144424013+Adrian16199@users.noreply.github.com> Date: Sat, 3 Feb 2024 03:12:37 +0100 Subject: [PATCH] Make scarfs craftable (#24735) * Make scarfs craftable Also sorted the lathe a bit because I like it when it looks nice. * reverts sorting --- .../Entities/Structures/Machines/lathe.yml | 9 +++ .../Prototypes/Recipes/Lathes/clothing.yml | 58 ++++++++++++++++++- 2 files changed, 66 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 0c73a17b2b..58ddd50a27 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -986,6 +986,15 @@ - ClothingNeckTieRed - ClothingNeckTieDet - ClothingNeckTieSci + # Scarfs - All scarfs avaible in winterdrobe + - ClothingNeckScarfStripedGreen + - ClothingNeckScarfStripedBlue + - ClothingNeckScarfStripedRed + - ClothingNeckScarfStripedBrown + - ClothingNeckScarfStripedLightBlue + - ClothingNeckScarfStripedOrange + - ClothingNeckScarfStripedBlack + - ClothingNeckScarfStripedPurple - type: EmagLatheRecipes emagStaticRecipes: - ClothingHeadHatCentcomcap diff --git a/Resources/Prototypes/Recipes/Lathes/clothing.yml b/Resources/Prototypes/Recipes/Lathes/clothing.yml index 2e5462814e..566e33e3f3 100644 --- a/Resources/Prototypes/Recipes/Lathes/clothing.yml +++ b/Resources/Prototypes/Recipes/Lathes/clothing.yml @@ -1058,7 +1058,7 @@ completetime: 2 materials: Cloth: 100 - +# Ties - type: latheRecipe id: ClothingNeckTieRed result: ClothingNeckTieRed @@ -1079,3 +1079,59 @@ completetime: 2 materials: Cloth: 50 +# Scarfs +- type: latheRecipe + id: ClothingNeckScarfStripedGreen + result: ClothingNeckScarfStripedGreen + completetime: 2 + materials: + Cloth: 50 + +- type: latheRecipe + id: ClothingNeckScarfStripedBlue + result: ClothingNeckScarfStripedBlue + completetime: 2 + materials: + Cloth: 50 + +- type: latheRecipe + id: ClothingNeckScarfStripedRed + result: ClothingNeckScarfStripedRed + completetime: 2 + materials: + Cloth: 50 + +- type: latheRecipe + id: ClothingNeckScarfStripedBrown + result: ClothingNeckScarfStripedBrown + completetime: 2 + materials: + Cloth: 50 + +- type: latheRecipe + id: ClothingNeckScarfStripedLightBlue + result: ClothingNeckScarfStripedLightBlue + completetime: 2 + materials: + Cloth: 50 + +- type: latheRecipe + id: ClothingNeckScarfStripedOrange + result: ClothingNeckScarfStripedOrange + completetime: 2 + materials: + Cloth: 50 + +- type: latheRecipe + id: ClothingNeckScarfStripedBlack + result: ClothingNeckScarfStripedBlack + completetime: 2 + materials: + Cloth: 50 + +- type: latheRecipe + id: ClothingNeckScarfStripedPurple + result: ClothingNeckScarfStripedPurple + completetime: 2 + materials: + Cloth: 50 -- 2.51.2