ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/mining/vein.arc
Revision: 1.2
Committed: Mon Mar 29 15:38:31 2010 UTC (14 years, 2 months ago) by root
Branch: MAIN
Changes since 1.1: +8 -17 lines
Log Message:
*** empty log message ***

File Contents

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