ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/mining/tools.arc
Revision: 1.2
Committed: Mon Mar 29 13:45:48 2010 UTC (14 years, 3 months ago) by elmex
Branch: MAIN
Changes since 1.1: +1 -0 lines
Log Message:
added damge field to pickaxe.

File Contents

# User Rev Content
1 elmex 1.1 object mining_tool
2     inherit type_skill_tool
3     race mining
4     end
5    
6     object pickaxe
7     inherit mining_tool
8     name pickaxe
9     name_pl pickaxes
10     value 1000000
11     materialname steel
12     weight 7000
13     magicmap brown
14     skill mining
15     client_type 451
16     body_arm -2
17 elmex 1.2 dam 50
18 elmex 1.1 nrof 1
19     face pickaxe.x11
20     msg
21     This pickaxe can be used to extract minerals from veins in mines. Because it's
22     the most basic tool for mining its a good pick for the aspiring miner as well
23     as for the experienced miner. Don't be deterred by it's price, the money is
24     well spent and can make you rich in no time!
25    
26     H<This pickaxe lets you use the mining skill. The main use is to extract
27     minerals that can be sold or used for weapon or jewelery improvements.>
28     endmsg
29     end