ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/mining/tools.arc
(Generate patch)

Comparing deliantra/arch/mining/tools.arc (file contents):
Revision 1.4 by root, Wed Mar 31 14:44:25 2010 UTC vs.
Revision 1.5 by root, Mon Apr 5 01:56:17 2010 UTC

1object pickaxe_heavy
2inherit class_vein_extractor
3name heavy pickaxe
4name_pl heavy pickaxes
5value 1000000
6materialname steel
7weight 14000
8magicmap brown
9skill mining
10client_type 451
11body_arm -2
12wc 90
13speed 0.05
14face pickaxe.x11
15msg
16This pickaxe can be used to extract minerals from veins in mines. Because
17it's the most basic tool for mining it's a good pick for the aspiring
18as well as for the experienced miner. Don't be deterred by its price, the
19money is well spent and can make you rich in no time!
20
21The weight of this pickaxe incraeses chances of finding something, but
22will also make mining slower.
23
24H<This pickaxe lets you use the mining skill. The main use is to extract
25minerals that can be sold or used for weapon or jewelery improvements. To
26use it, apply it as your range weapon and fire towards walls or other
27areas where you expect veins to be present.>
28endmsg
29end
30
1object pickaxe 31object pickaxe
2inherit class_vein_extractor 32inherit class_vein_extractor
3name pickaxe 33name pickaxe
4name_pl pickaxes 34name_pl pickaxes
5value 1000000 35value 1000000
7weight 7000 37weight 7000
8magicmap brown 38magicmap brown
9skill mining 39skill mining
10client_type 451 40client_type 451
11body_arm -2 41body_arm -2
12dam 50 42wc 50
43speed 0.1
13face pickaxe.x11 44face pickaxe.x11
14msg 45msg
15This pickaxe can be used to extract minerals from veins in mines. Because 46This pickaxe can be used to extract minerals from veins in mines. Because
16it's the most basic tool for mining it's a good pick for the aspiring 47it's the most basic tool for mining it's a good pick for the aspiring
17as well as for the experienced miner. Don't be deterred by its price, the 48as well as for the experienced miner. Don't be deterred by its price, the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines