ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/mining/tools.arc
Revision: 1.7
Committed: Wed Aug 25 22:25:43 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
Changes since 1.6: +4 -2 lines
Log Message:
*** empty log message ***

File Contents

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