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.2 by elmex, Mon Mar 29 13:45:48 2010 UTC vs.
Revision 1.7 by root, Wed Aug 25 22:25:43 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines