From 72884bf85fe71ddab69cdb94262d8c650359f265 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 13 Nov 2011 15:54:08 +0200 Subject: Tune the tool speed thing --- src/materials.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/materials.cpp') diff --git a/src/materials.cpp b/src/materials.cpp index 21ee36bf8..a27691496 100644 --- a/src/materials.cpp +++ b/src/materials.cpp @@ -46,11 +46,11 @@ ToolProperties getToolProperties(const std::string &toolname) return ToolProperties(0, 0,0,0,0, 1337, 0,0,0,0); else if(toolname == "WShovel") - return ToolProperties(1.5, 0.5,2,-1.5,0.3, 50, 0,0,0,0); + return ToolProperties(2.0, 0.5,2,-1.5,0.3, 50, 0,0,0,0); else if(toolname == "STShovel") - return ToolProperties(1.0, 0.5,2,-1.5,0.1, 100, 0,0,0,0); + return ToolProperties(1.5, 0.5,2,-1.5,0.1, 100, 0,0,0,0); else if(toolname == "SteelShovel") - return ToolProperties(0.6, 0.5,2,-1.5,0.0, 300, 0,0,0,0); + return ToolProperties(1.0, 0.5,2,-1.5,0.0, 300, 0,0,0,0); // weight, crackiness, crumbleness, cuttability else if(toolname == "WAxe") @@ -68,7 +68,7 @@ ToolProperties getToolProperties(const std::string &toolname) return ToolProperties(2.0, 3,0,1,-1, 300, 0,0,0,0); // Properties of hand - return ToolProperties(0.5, 1,0.4,-0.75,0, 50, 0,0,0,0); + return ToolProperties(0.5, 1,0,-1,0, 50, 0,0,0,0); } DiggingProperties getDiggingProperties(u16 material, const std::string &tool) -- cgit v1.2.3