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

Comparing deliantra/arch/mapbuilding/objects.arc (file contents):
Revision 1.5 by root, Tue Feb 6 22:40:24 2007 UTC vs.
Revision 1.7 by root, Sat Mar 3 01:15:44 2007 UTC

1object building_firepot
2name Firepot material
3nrof 1
4weight 1500
5value 7500
6type 161
7subtype 3
8face mbfirepot.x11
9slaying firepot
10end
11object building_brazier
12name Brazier material
13nrof 1
14weight 1500
15value 9500
16type 161
17subtype 3
18face mbbrazier.x11
19slaying brazier
20end
21object building_hangingfirepot
22name Hanging Firepot material
23nrof 1
24weight 1500
25value 8500
26type 161
27subtype 3
28face mbhangingfirepot.x11
29slaying hangingfirepot
30end
31object building_fireplace
32name Fireplace material
33nrof 1
34weight 2500
35value 10000
36type 161
37subtype 3
38face mbfireplace.x11
39slaying fireplace
40end
41object building_fountain
42name Fountain material
43nrof 1
44weight 25000
45value 50500
46type 161
47subtype 3
48face mbfountain.x11
49slaying fountain
50end
51object building_sign
52name Sign material
53nrof 1
54weight 1500
55value 25000
56type 161
57subtype 3
58face mbsign.x11
59slaying sign
60end
1object building_altar_none 61object building_altar_none
2name Altar material 62name Altar material
3slaying altar_none
4face mbaltarnone.x11
5nrof 1 63nrof 1
64weight 1500
65value 2500000
6type 161 66type 161
7subtype 3 67subtype 3
8value 2500000 68face mbaltarnone.x11
9weight 1500 69slaying altar_none
10end 70end
11
12object building_brazier
13name Brazier material
14slaying brazier
15face mbbrazier.x11
16nrof 1
17type 161
18subtype 3
19value 9500
20weight 1500
21end
22
23object building_fireplace
24name Fireplace material
25slaying fireplace
26face mbfireplace.x11
27nrof 1
28type 161
29subtype 3
30value 10000
31weight 2500
32end
33
34object building_firepot
35name Firepot material
36slaying firepot
37face mbfirepot.x11
38nrof 1
39type 161
40subtype 3
41value 7500
42weight 1500
43end
44
45object building_fountain
46name Fountain material
47slaying fountain
48face mbfountain.x11
49nrof 1
50type 161
51subtype 3
52value 50500
53weight 25000
54end
55
56object building_hangingfirepot
57name Hanging Firepot material
58slaying hangingfirepot
59face mbhangingfirepot.x11
60nrof 1
61type 161
62subtype 3
63value 8500
64weight 1500
65end
66
67object building_sign
68name Sign material
69slaying sign
70face mbsign.x11
71nrof 1
72type 161
73subtype 3
74value 25000
75weight 1500
76end
77

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines