From eca22beb3076f3cd1c8f9c3c888ed646afd2ada2 Mon Sep 17 00:00:00 2001 From: Gagarinten-Noverdo <71782778+noverd@users.noreply.github.com> Date: Fri, 7 Jul 2023 03:31:18 +0300 Subject: [PATCH] balance a explosive payload craft (#17853) A grenade that costs 4 TK is too easy to make. I fixed it. --- Resources/Prototypes/Recipes/Lathes/devices.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Recipes/Lathes/devices.yml b/Resources/Prototypes/Recipes/Lathes/devices.yml index 82e3eb46a1..de79b97513 100644 --- a/Resources/Prototypes/Recipes/Lathes/devices.yml +++ b/Resources/Prototypes/Recipes/Lathes/devices.yml @@ -33,7 +33,7 @@ - type: latheRecipe id: FlashPayload result: FlashPayload - completetime: 1 + completetime: 2 materials: Steel: 50 Plastic: 100 @@ -43,11 +43,13 @@ - type: latheRecipe id: ExplosivePayload result: ExplosivePayload - completetime: 1 + completetime: 4 materials: - Steel: 50 + Steel: 100 Plastic: 100 Glass: 50 + Plasma: 50 + Silver: 50 - type: latheRecipe id: Signaller