From: Nairod <110078045+Nairodian@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:36:06 +0000 (-0600) Subject: Lathe-able Welding Masks (#25842) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=7944badd004dd4819466e169721b660f3818bb50;p=space-station-14.git Lathe-able Welding Masks (#25842) * Lathe-able Welding Masks * Fix Composition Tests --- diff --git a/Resources/Prototypes/Entities/Clothing/Head/welding.yml b/Resources/Prototypes/Entities/Clothing/Head/welding.yml index fb791ae567..93d9b1e084 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/welding.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/welding.yml @@ -12,7 +12,7 @@ - type: EyeProtection - type: PhysicalComposition materialComposition: - Steel: 500 + Steel: 200 Glass: 100 - type: StaticPrice price: 50 diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 1f64290b83..c10409bf33 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -161,6 +161,7 @@ - BorgChargerCircuitboard - WeaponCapacitorRechargerCircuitboard - HandheldStationMap + - ClothingHeadHatWelding - type: EmagLatheRecipes emagStaticRecipes: - CartridgePistol diff --git a/Resources/Prototypes/Recipes/Lathes/misc.yml b/Resources/Prototypes/Recipes/Lathes/misc.yml index f107e32155..1334788376 100644 --- a/Resources/Prototypes/Recipes/Lathes/misc.yml +++ b/Resources/Prototypes/Recipes/Lathes/misc.yml @@ -178,3 +178,11 @@ materials: Steel: 300 Plastic: 100 + +- type: latheRecipe + id: ClothingHeadHatWelding + result: ClothingHeadHatWelding + completetime: 2 + materials: + Steel: 400 + Glass: 200