From d47c601413c701e028e093d035a546421d2ced5e Mon Sep 17 00:00:00 2001 From: CrigCrag <137215465+CrigCrag@users.noreply.github.com> Date: Sat, 12 Aug 2023 02:17:26 -0400 Subject: [PATCH] make pickaxe cost 5x more (and make it bigger) (#19007) --- .../Prototypes/Entities/Objects/Weapons/Melee/pickaxe.yml | 2 +- Resources/Prototypes/Recipes/Lathes/tools.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/pickaxe.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/pickaxe.yml index 8826fbbdad..8913963956 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/pickaxe.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/pickaxe.yml @@ -25,7 +25,7 @@ Piercing: 5 Structural: 15 - type: Item - size: 24 + size: 80 sprite: Objects/Weapons/Melee/pickaxe.rsi - type: entity diff --git a/Resources/Prototypes/Recipes/Lathes/tools.yml b/Resources/Prototypes/Recipes/Lathes/tools.yml index a9e86e928b..6ae6aaadea 100644 --- a/Resources/Prototypes/Recipes/Lathes/tools.yml +++ b/Resources/Prototypes/Recipes/Lathes/tools.yml @@ -65,10 +65,10 @@ - type: latheRecipe id: Pickaxe result: Pickaxe - completetime: 2 + completetime: 4 materials: - Steel: 200 - Wood: 100 + Steel: 1000 + Wood: 500 - type: latheRecipe id: Shovel