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

# Content
1 object pickaxe
2 inherit class_vein_extractor
3 name pickaxe
4 name_pl pickaxes
5 value 1000000
6 materialname steel
7 weight 7000
8 skill mining
9 client_type 451
10 body_arm -2
11 wc 50
12 speed 0.1
13 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 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 endmsg
26 end
27
28 object pickaxe_heavy
29 inherit pickaxe
30 weight 14000
31 wc 90
32 speed 0.05
33 msg
34 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
39 The weight of this pickaxe incraeses chances of finding something, but
40 will also make mining slower.
41
42 H<This pickaxe lets you use the mining skill. The main use is to extract
43 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 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 endmsg
48 end
49