From 4ad06b356c9df9236eb30dc052fdebad17fa87a3 Mon Sep 17 00:00:00 2001 From: Ilya246 <57039557+Ilya246@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:37:28 +0400 Subject: [PATCH] autolatheable air tanks (#25130) * gastankening * fix price --- Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml | 2 +- .../Prototypes/Entities/Structures/Machines/lathe.yml | 1 + Resources/Prototypes/Recipes/Lathes/misc.yml | 7 +++++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml b/Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml index e750b211a3..2f281e141a 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml @@ -39,7 +39,7 @@ Blunt: 10 - type: PhysicalComposition materialComposition: - Steel: 400 + Steel: 185 - type: StaticPrice price: 20 diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 3036363514..3a6cf77209 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -98,6 +98,7 @@ - CableHVStack - HandheldGPSBasic - TRayScanner + - AirTank - GasAnalyzer - UtilityBelt - Fulton diff --git a/Resources/Prototypes/Recipes/Lathes/misc.yml b/Resources/Prototypes/Recipes/Lathes/misc.yml index a7c294a0df..84091668e3 100644 --- a/Resources/Prototypes/Recipes/Lathes/misc.yml +++ b/Resources/Prototypes/Recipes/Lathes/misc.yml @@ -102,6 +102,13 @@ Steel: 100 Plastic: 50 +- type: latheRecipe + id: AirTank + result: AirTank + completetime: 4 + materials: + Steel: 300 + - type: latheRecipe id: ClothingShoesBootsMagSci result: ClothingShoesBootsMagSci -- 2.52.0