--- deliantra/arch/mining/tools.arc 2010/04/05 01:56:17 1.5 +++ deliantra/arch/mining/tools.arc 2010/10/16 09:17:41 1.8 @@ -1,16 +1,15 @@ -object pickaxe_heavy +object pickaxe inherit class_vein_extractor -name heavy pickaxe -name_pl heavy pickaxes +name pickaxe +name_pl pickaxes value 1000000 materialname steel -weight 14000 -magicmap brown +weight 7000 skill mining client_type 451 body_arm -2 -wc 90 -speed 0.05 +wc 50 +speed 0.1 face pickaxe.x11 msg This pickaxe can be used to extract minerals from veins in mines. Because @@ -18,39 +17,33 @@ as well as for the experienced miner. Don't be deterred by its price, the money is well spent and can make you rich in no time! -The weight of this pickaxe incraeses chances of finding something, but -will also make mining slower. - H +areas where you expect veins to be present. B> endmsg end -object pickaxe -inherit class_vein_extractor -name pickaxe -name_pl pickaxes -value 1000000 -materialname steel -weight 7000 -magicmap brown -skill mining -client_type 451 -body_arm -2 -wc 50 -speed 0.1 -face pickaxe.x11 +object pickaxe_heavy +inherit pickaxe +weight 14000 +wc 90 +speed 0.05 msg This pickaxe can be used to extract minerals from veins in mines. Because it's the most basic tool for mining it's a good pick for the aspiring as well as for the experienced miner. Don't be deterred by its price, the money is well spent and can make you rich in no time! +The weight of this pickaxe incraeses chances of finding something, but +will also make mining slower. + H +areas where you expect veins to be present. B> endmsg end +