From 8fb38b759a57803d7d14912978452b127f698cb2 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sun, 13 Aug 2023 17:07:48 +1000 Subject: [PATCH] Nerf pickaxe + drill slightly (#19056) I already nerfed its damage from before (at least non-structural) but this nerfs it slightly more. --- .../Entities/Objects/Weapons/Melee/pickaxe.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/pickaxe.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/pickaxe.yml index 8913963956..f51c3ada6a 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/pickaxe.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/pickaxe.yml @@ -14,16 +14,16 @@ - type: MeleeWeapon damage: types: - Piercing: 5 - Blunt: 5 - Structural: 15 + Blunt: 2.5 + Piercing: 2.5 + Structural: 10 - type: Wieldable - type: IncreaseDamageOnWield damage: types: Blunt: 5 Piercing: 5 - Structural: 15 + Structural: 10 - type: Item size: 80 sprite: Objects/Weapons/Melee/pickaxe.rsi @@ -47,4 +47,4 @@ types: Blunt: 5 Piercing: 5 - Structural: 15 + Structural: 10