From 86e18eabe38ef1033d37075b5ce14f70bf6e83c6 Mon Sep 17 00:00:00 2001 From: Swept Date: Tue, 29 Dec 2020 00:57:03 +0000 Subject: [PATCH] Hotfix for Lathe Recipes. (#2857) * Initial * Updates sheet recipes --- .../Catalog/LatheRecipes/botany.yml | 60 +++++++++---------- .../Prototypes/Catalog/LatheRecipes/sheet.yml | 6 +- .../Prototypes/Catalog/LatheRecipes/tools.yml | 12 ++-- 3 files changed, 39 insertions(+), 39 deletions(-) diff --git a/Resources/Prototypes/Catalog/LatheRecipes/botany.yml b/Resources/Prototypes/Catalog/LatheRecipes/botany.yml index 5a44edb454..57d7115d1c 100644 --- a/Resources/Prototypes/Catalog/LatheRecipes/botany.yml +++ b/Resources/Prototypes/Catalog/LatheRecipes/botany.yml @@ -1,32 +1,32 @@ --type: latheRecipe - id: MiniHoe - icon: - sprite: Constructible/Hydroponics/hydro_tools.rsi - state: hoe - result: MiniHoe - completetime: 500 - materials: - steel: 30 - glass: 10 +- type: latheRecipe + id: MiniHoe + icon: + sprite: Constructible/Hydroponics/hydro_tools.rsi + state: hoe + result: MiniHoe + completetime: 500 + materials: + steel: 30 + glass: 10 --type: latheRecipe - id: Scythe - icon: - sprite: Constructible/Hydroponics/hydro_tools.rsi - state: scythe - result: Scythe - completetime: 500 - materials: - steel: 40 - glass: 30 +- type: latheRecipe + id: Scythe + icon: + sprite: Constructible/Hydroponics/hydro_tools.rsi + state: scythe + result: Scythe + completetime: 500 + materials: + steel: 40 + glass: 30 --type: latheRecipe - id: Hatchet - icon: - sprite: Constructible/Hydroponics/hydro_tools.rsi - state: hatchet - result: Hatchet - completetime: 500 - materials: - steel: 60 - glass: 10 +- type: latheRecipe + id: Hatchet + icon: + sprite: Constructible/Hydroponics/hydro_tools.rsi + state: hatchet + result: Hatchet + completetime: 500 + materials: + steel: 60 + glass: 10 diff --git a/Resources/Prototypes/Catalog/LatheRecipes/sheet.yml b/Resources/Prototypes/Catalog/LatheRecipes/sheet.yml index 229280a581..b2bc1ee6f7 100644 --- a/Resources/Prototypes/Catalog/LatheRecipes/sheet.yml +++ b/Resources/Prototypes/Catalog/LatheRecipes/sheet.yml @@ -6,14 +6,14 @@ result: SteelSheet1 completetime: 500 materials: - steel: 3750 + steel: 100 - type: latheRecipe id: GlassStack - icon: + icon: sprite: Objects/Materials/sheets.rsi state: glass result: GlassSheet1 completetime: 500 materials: - glass: 3750 + glass: 100 diff --git a/Resources/Prototypes/Catalog/LatheRecipes/tools.yml b/Resources/Prototypes/Catalog/LatheRecipes/tools.yml index 1f7176b030..a707d0c8e4 100644 --- a/Resources/Prototypes/Catalog/LatheRecipes/tools.yml +++ b/Resources/Prototypes/Catalog/LatheRecipes/tools.yml @@ -95,13 +95,13 @@ steel: 250 glass: 100 --type: latheRecipe - id: RCDAmmo - icon: +- type: latheRecipe + id: RCDAmmo + icon: sprite: Objects/Tools/rcd.rsi state: rcd_ammo - result: RCDAmmo - completetime: 600 - materials: + result: RCDAmmo + completetime: 600 + materials: steel: 90 glass: 80