--- deliantra/arch/mining/tools.arc 2010/03/29 13:33:29 1.1 +++ deliantra/arch/mining/tools.arc 2010/10/16 09:17:41 1.8 @@ -1,28 +1,49 @@ -object mining_tool -inherit type_skill_tool -race mining -end - object pickaxe -inherit mining_tool +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 -nrof 1 +wc 50 +speed 0.1 face pickaxe.x11 msg -This pickaxe can be used to extract minerals from veins in mines. Because it's -the most basic tool for mining its a good pick for the aspiring miner as well -as for the experienced miner. Don't be deterred by it's price, the money is -well spent and can make you rich in no time! +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! + +H> +endmsg +end + +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 +minerals that can be sold or used for weapon or jewelery improvements. To +use it, apply it as your range weapon and fire towards walls or other +areas where you expect veins to be present. B> endmsg end +