From 7944badd004dd4819466e169721b660f3818bb50 Mon Sep 17 00:00:00 2001 From: Nairod <110078045+Nairodian@users.noreply.github.com> Date: Mon, 4 Mar 2024 16:36:06 -0600 Subject: [PATCH] Lathe-able Welding Masks (#25842) * Lathe-able Welding Masks * Fix Composition Tests --- Resources/Prototypes/Entities/Clothing/Head/welding.yml | 2 +- .../Prototypes/Entities/Structures/Machines/lathe.yml | 1 + Resources/Prototypes/Recipes/Lathes/misc.yml | 8 ++++++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Clothing/Head/welding.yml b/Resources/Prototypes/Entities/Clothing/Head/welding.yml index fb791ae567d018..93d9b1e084faff 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 1f64290b8317bc..c10409bf336079 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 f107e32155bced..133478837603f5 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