ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/mining/vein.arc
Revision: 1.1
Committed: Sun Mar 28 22:30:42 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 # this defines the vein basetype, and various stat veins
2     object vein
3     type 10
4     invisible 1
5     ac 50
6     food 1
7     race mining
8     end
9    
10     object vein_brazilianite
11     inherit vein
12     other_arch brazilianite
13     end
14    
15     object vein_dolomite
16     inherit vein
17     other_arch dolomite
18     end
19    
20     object vein_flourite
21     inherit vein
22     other_arch flourite
23     end
24    
25     object vein_marcasite
26     inherit vein
27     other_arch marcasite
28     end
29    
30     object vein_olivine
31     inherit vein
32     other_arch olivine
33     end
34    
35     object vein_phlogopite
36     inherit vein
37     other_arch phlogopite
38     end
39    
40     object vein_rhodochrosite
41     inherit vein
42     other_arch rhodochrosite
43     end
44    
45     object vein_spectrolite
46     inherit vein
47     other_arch spectrolite
48     end
49