ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/mining/vein.arc
Revision: 1.3
Committed: Sat May 29 19:12:52 2010 UTC (14 years ago) by root
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.2: +4 -0 lines
Log Message:
add vein_generic

File Contents

# User Rev Content
1 root 1.3 object vein_generic
2     inherit type_vein
3     end
4    
5 root 1.1 object vein_brazilianite
6 root 1.2 inherit type_vein
7 root 1.1 other_arch brazilianite
8     end
9    
10     object vein_dolomite
11 root 1.2 inherit type_vein
12 root 1.1 other_arch dolomite
13     end
14    
15     object vein_flourite
16 root 1.2 inherit type_vein
17 root 1.1 other_arch flourite
18     end
19    
20     object vein_marcasite
21 root 1.2 inherit type_vein
22 root 1.1 other_arch marcasite
23     end
24    
25     object vein_olivine
26 root 1.2 inherit type_vein
27 root 1.1 other_arch olivine
28     end
29    
30     object vein_phlogopite
31 root 1.2 inherit type_vein
32 root 1.1 other_arch phlogopite
33     end
34    
35     object vein_rhodochrosite
36 root 1.2 inherit type_vein
37 root 1.1 other_arch rhodochrosite
38     end
39    
40     object vein_spectrolite
41 root 1.2 inherit type_vein
42 root 1.1 other_arch spectrolite
43     end
44