ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/mapbuilding/building.arc
Revision: 1.11
Committed: Sat Mar 3 01:22:37 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.10: +311 -286 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.10 object building_builder
2 root 1.11 name generic builder
3     face mbstove.x11
4 root 1.9 nrof 1
5     type 160
6     subtype 1
7 root 1.11 value 150
8     weight 1500
9     end
10    
11     object building_button
12     name Button material
13     slaying button_small
14     face mbbutton.x11
15     nrof 1
16     type 161
17     subtype 3
18     value 2000
19     weight 100
20 root 1.9 end
21 root 1.11
22 root 1.10 object building_destroyer
23 root 1.9 name generic destroyer
24 root 1.11 face mbhammer.x11
25 root 1.1 nrof 1
26     type 160
27 root 1.9 subtype 2
28 root 1.11 value 150
29     weight 1500
30 root 1.9 end
31 root 1.11
32     object building_horizontal_gate
33     name Horizontal gate material
34     slaying igate_closed_2
35     face mbiron_gate2.x11
36     nrof 1
37     type 161
38     subtype 3
39     value 1500
40     weight 150
41 root 1.9 end
42 root 1.11
43     object building_horizontal_gate_inv
44     name Horizontal inverted gate material
45     slaying igate_open_2
46     face mbiron_gate_inv2.x11
47     nrof 1
48     type 161
49     subtype 3
50     value 3000
51     weight 150
52 root 1.9 end
53 root 1.11
54     object building_lever
55     name Lever material
56     slaying button_lever
57     face mblever.x11
58     nrof 1
59     type 161
60     subtype 3
61     value 1500
62     weight 150
63 root 1.9 end
64 root 1.11
65     object building_magma
66     name Magma floor material
67     slaying magma
68     face mbmagma.x11
69     nrof 1
70     type 161
71     subtype 1
72     value 6666
73     weight 1500
74 root 1.9 end
75 root 1.11
76     object building_pedestal
77     name Pedestal material
78     slaying pedestal
79     face mbpedestal.x11
80     str 1
81     nrof 1
82     type 161
83     subtype 3
84     value 1500
85     weight 150
86 root 1.9 end
87 root 1.11
88     object building_redrugfloor1
89     name Red Rug floor material
90     slaying redrugfloor1
91     face mbredrugfloor1.x11
92 root 1.9 nrof 1
93     type 161
94 root 1.1 subtype 1
95 root 1.11 value 16000
96     weight 500
97 root 1.8 end
98 root 1.11
99     object building_vertical_gate
100     name Vertical gate material
101     slaying igate_closed_1
102     face mbiron_gate1.x11
103 root 1.8 nrof 1
104 root 1.11 type 161
105     subtype 3
106 root 1.9 value 1500
107 root 1.11 weight 150
108     end
109    
110     object building_vertical_gate_inv
111     name Vertical inverted gate material
112     slaying igate_open_1
113     face mbiron_gate_inv1.x11
114     nrof 1
115 root 1.8 type 161
116 root 1.11 subtype 3
117     value 3000
118     weight 150
119 root 1.1 end
120 root 1.11
121 root 1.10 object building_wall
122 root 1.9 name Wall material
123 root 1.11 slaying wall_0
124     face mbwall.x11
125 root 1.1 nrof 1
126 root 1.9 type 161
127 root 1.1 subtype 2
128 root 1.11 value 1500
129     weight 1500
130 root 1.1 end
131 root 1.11
132 root 1.10 object building_wall2
133 root 1.9 name DWall material
134 root 1.11 slaying dwall_0
135     face mbdwall_0.x11
136 root 1.8 nrof 1
137 root 1.11 type 161
138     subtype 2
139     value 1750
140 root 1.9 weight 1700
141 root 1.11 end
142    
143     object building_wall2_fake
144     name DWall material
145     slaying dwall_fake_0
146     face mbdwall_0.x11
147     nrof 1
148 root 1.8 type 161
149 root 1.9 subtype 2
150 root 1.11 value 1750
151     weight 1700
152 root 1.1 end
153 root 1.11
154 root 1.10 object building_wall3
155 root 1.9 name WestCWall material
156 root 1.11 slaying westcwall_0
157     face mbwestcwall_0.x11
158 root 1.8 nrof 1
159 root 1.11 type 161
160     subtype 2
161     value 1650
162 root 1.9 weight 1700
163 root 1.11 end
164    
165     object building_wall3_fake
166     name WestCWall material
167     slaying westcwall_fake_0
168     face mbwestcwall_0.x11
169     nrof 1
170 root 1.8 type 161
171 root 1.9 subtype 2
172 root 1.11 value 1650
173     weight 1700
174 root 1.1 end
175 root 1.11
176 root 1.10 object building_wall4
177 root 1.9 name Red CWall material
178 root 1.11 slaying redcwall_0
179     face mbredcwall_0.x11
180 root 1.8 nrof 1
181 root 1.11 type 161
182     subtype 2
183     value 1900
184 root 1.9 weight 1700
185 root 1.11 end
186    
187     object building_wall4_fake
188     name Red CWall material
189     slaying redcwall_fake_0
190     face mbredcwall_0.x11
191     nrof 1
192 root 1.8 type 161
193 root 1.9 subtype 2
194 root 1.11 value 1900
195     weight 1700
196 root 1.1 end
197 root 1.11
198 root 1.10 object building_wall5
199 root 1.9 name EastWall material
200 root 1.11 slaying ewall_0
201     face mbewall_0.x11
202 root 1.1 nrof 1
203 root 1.11 type 161
204     subtype 2
205     value 1600
206 root 1.9 weight 1000
207 root 1.11 end
208    
209     object building_wall5_fake
210     name EastWall material
211     slaying ewall_fake_0
212     face mbewall_0.x11
213     nrof 1
214 root 1.1 type 161
215 root 1.9 subtype 2
216 root 1.11 value 1600
217     weight 1000
218 root 1.1 end
219 root 1.11
220 root 1.10 object building_wall6
221 root 1.9 name BurningWall material
222 root 1.11 slaying burningwall_0
223     face mbburningwall_0.x11
224 root 1.1 nrof 1
225 root 1.8 type 161
226 root 1.9 subtype 2
227 root 1.11 value 1650
228     weight 1700
229     end
230    
231     object building_wall6_fake
232     name BurningWall material
233     slaying burningwall_fake_0
234 root 1.9 face mbburningwall_0.x11
235 root 1.8 nrof 1
236 root 1.1 type 161
237 root 1.9 subtype 2
238 root 1.11 value 1650
239     weight 1700
240     end
241    
242     object building_wall7
243     name STWall material
244     slaying stwall_0
245 root 1.9 face mbstwall_0.x11
246     nrof 1
247     type 161
248 root 1.11 subtype 2
249     value 1850
250     weight 2100
251 root 1.9 end
252 root 1.11
253     object building_wall7_fake
254     name STWall material
255     slaying stwall_fake_0
256     face mbstwall_0.x11
257 root 1.1 nrof 1
258 root 1.8 type 161
259 root 1.11 subtype 2
260     value 1850
261     weight 2100
262 root 1.1 end
263 root 1.11
264     object building_wall8
265     name WWall material
266     slaying wwall_0
267     face mbwwall_0.x11
268 root 1.1 nrof 1
269     type 161
270 root 1.11 subtype 2
271     value 1550
272     weight 1600
273 root 1.1 end
274 root 1.11
275     object building_wall8_fake
276 root 1.9 name WWall material
277 root 1.11 slaying wwall_fake_0
278     face mbwwall_0.x11
279 root 1.1 nrof 1
280     type 161
281 root 1.8 subtype 2
282 root 1.11 value 1550
283     weight 1600
284 root 1.1 end
285 root 1.11
286 root 1.10 object building_wall9
287 root 1.9 name Earth Wall material
288 root 1.11 slaying mbbwall_0
289     face mbbwall_0.x11
290 root 1.1 nrof 1
291     type 161
292 root 1.8 subtype 2
293 root 1.11 value 800
294     weight 2000
295 root 1.1 end
296 root 1.11
297 root 1.10 object building_wall_fake
298 root 1.9 name Wall material
299 root 1.11 slaying wall_fake_0
300     face mbwall.x11
301 root 1.1 nrof 1
302     type 161
303 root 1.8 subtype 2
304 root 1.11 value 1500
305     weight 1500
306 root 1.1 end
307 root 1.11
308     object building_whiterugfloor1
309     name White Rug floor material
310     slaying whiterugfloor1
311     face mbwhiterugfloor1.x11
312 root 1.1 nrof 1
313     type 161
314 root 1.11 subtype 1
315     value 16000
316     weight 500
317 root 1.1 end
318 root 1.11
319     object building_woodfloor
320     name Wood floor material
321     slaying woodfloor
322     face mbwoodfloor.x11
323 pippijn 1.2 nrof 1
324     type 161
325 root 1.11 subtype 1
326     value 1500
327     weight 1500
328 pippijn 1.2 end
329 root 1.11
330     object building_woodfloor2
331     name Dark Wood floor material
332     slaying woodfloor2
333     face mbwoodfloor2.x11
334 pippijn 1.2 nrof 1
335     type 161
336 root 1.11 subtype 1
337     value 1500
338     weight 1500
339     end
340    
341     object shop_building
342     name tiles
343     face shop_building.x11
344     type 68
345     randomitems shop_building
346     no_pick 1
347     auto_apply 1
348     no_magic 1
349     is_floor 1
350     editable 64
351     editor_folder arch/shop/Floors
352     end
353    
354     object shop_building_abyss
355     name tiles
356     face shop_building.x11
357     type 68
358     randomitems shop_building_abyss
359     no_pick 1
360     auto_apply 1
361     no_magic 1
362     is_floor 1
363     editable 64
364     editor_folder arch/shop/Floors
365 pippijn 1.2 end
366 root 1.11
367     object shop_building_east
368     name tiles
369     face shop_building.x11
370     type 68
371     randomitems shop_building_east
372     no_pick 1
373     auto_apply 1
374     no_magic 1
375     is_floor 1
376     editable 64
377     editor_folder arch/shop/Floors
378 pippijn 1.2 end
379 root 1.11
380     object shop_building_fant
381     name tiles
382     face shop_building.x11
383     type 68
384     randomitems shop_building_fant
385     no_pick 1
386     auto_apply 1
387     no_magic 1
388     is_floor 1
389     editable 64
390     editor_folder arch/shop/Floors
391 pippijn 1.5 end
392 root 1.11
393     object shop_building_goth
394     name tiles
395     face shop_building.x11
396     type 68
397     randomitems shop_building_goth
398     no_pick 1
399     auto_apply 1
400     no_magic 1
401     is_floor 1
402     editable 64
403     editor_folder arch/shop/Floors
404 pippijn 1.5 end
405 root 1.11
406     object shop_building_west
407     name tiles
408     face shop_building.x11
409     type 68
410     randomitems shop_building_west
411     no_pick 1
412     auto_apply 1
413     no_magic 1
414     is_floor 1
415     editable 64
416     editor_folder arch/shop/Floors
417 pippijn 1.6 end
418 root 1.11