ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/mining/vein.arc
(Generate patch)

Comparing deliantra/arch/mining/vein.arc (file contents):
Revision 1.1 by root, Sun Mar 28 22:30:42 2010 UTC vs.
Revision 1.2 by root, Mon Mar 29 15:38:31 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines