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 (13 years, 11 months 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

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