From 3bc318071ec35be61fbaf85bc688e8e14918a978 Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Wed, 31 Aug 2022 20:39:32 -0700 Subject: [PATCH] Make t-rays, gas analyzers, and belts lathable (#10950) --- .../Entities/Structures/Machines/lathe.yml | 3 ++ Resources/Prototypes/Recipes/Lathes/tools.yml | 29 ++++++++++++++++++- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 828729585a..c8d253a2aa 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -71,6 +71,9 @@ - Spade - CableStack - HandheldGPSBasic + - TRayScanner + - GasAnalyzer + - UtilityBelt - type: ActivatableUI key: enum.LatheUiKey.Key - type: ActivatableUIRequiresPower diff --git a/Resources/Prototypes/Recipes/Lathes/tools.yml b/Resources/Prototypes/Recipes/Lathes/tools.yml index 6bd6b312fb..85e8789fb7 100644 --- a/Resources/Prototypes/Recipes/Lathes/tools.yml +++ b/Resources/Prototypes/Recipes/Lathes/tools.yml @@ -141,6 +141,24 @@ Steel: 800 Glass: 300 +- type: latheRecipe + id: TRayScanner + icon: Objects/Tools/t-ray.rsi/tray-off.png + result: trayScanner + completetime: 2 + materials: + Steel: 800 + Glass: 300 + +- type: latheRecipe + id: GasAnalyzer + icon: Objects/Specific/Atmos/gasanalyzer.rsi/icon.png + result: GasAnalyzer + completetime: 2 + materials: + Steel: 800 + Glass: 300 + - type: latheRecipe id: AirlockPainter icon: /Textures/Objects/Tools/airlock_painter.rsi/airlock_painter.png @@ -150,6 +168,15 @@ Steel: 300 Plastic: 100 +- type: latheRecipe + id: UtilityBelt + icon: Clothing/Belt/utility.rsi/icon.png + result: ClothingBeltUtility + completetime: 2 + materials: + Cloth: 100 + Steel: 50 + - type: latheRecipe id: HolofanProjector icon: @@ -161,4 +188,4 @@ Steel: 600 Glass: 350 Plastic: 150 - Gold: 10 \ No newline at end of file + Gold: 10