ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/mining/tools.arc
Revision: 1.8
Committed: Sat Oct 16 09:17:41 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +0 -1 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

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