ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/mapbuilding/building.arc
Revision: 1.8
Committed: Tue Feb 6 22:40:23 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.7: +316 -291 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.8 object building_builder
2     name generic builder
3     face mbstove.x11
4 root 1.1 nrof 1
5     type 160
6     subtype 1
7 root 1.8 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.1 end
21 root 1.8
22     object building_destroyer
23 root 1.1 name generic destroyer
24 root 1.8 face mbhammer.x11
25 root 1.1 nrof 1
26     type 160
27     subtype 2
28 root 1.8 value 150
29     weight 1500
30 root 1.1 end
31 root 1.8
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.1 end
42 root 1.8
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.1 end
53 root 1.8
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.1 end
64 root 1.8
65     object building_magma
66     name Magma floor material
67     slaying magma
68     face mbmagma.x11
69 root 1.1 nrof 1
70     type 161
71     subtype 1
72 root 1.8 value 6666
73     weight 1500
74 root 1.1 end
75 root 1.8
76     object building_pedestal
77     name Pedestal material
78     slaying pedestal
79     face mbpedestal.x11
80     str 1
81 root 1.1 nrof 1
82 root 1.8 type 161
83     subtype 3
84 root 1.1 value 1500
85 root 1.8 weight 150
86     end
87    
88     object building_redrugfloor1
89     name Red Rug floor material
90     slaying redrugfloor1
91     face mbredrugfloor1.x11
92     nrof 1
93 root 1.1 type 161
94     subtype 1
95 root 1.8 value 16000
96     weight 500
97 root 1.1 end
98 root 1.8
99     object building_vertical_gate
100     name Vertical gate material
101     slaying igate_closed_1
102     face mbiron_gate1.x11
103 root 1.1 nrof 1
104 root 1.8 type 161
105     subtype 3
106 root 1.1 value 1500
107 root 1.8 weight 150
108 root 1.1 end
109 root 1.8
110     object building_vertical_gate_inv
111     name Vertical inverted gate material
112     slaying igate_open_1
113     face mbiron_gate_inv1.x11
114 root 1.1 nrof 1
115     type 161
116 root 1.8 subtype 3
117     value 3000
118     weight 150
119 root 1.1 end
120 root 1.8
121     object building_wall
122     name Wall material
123     slaying wall_0
124     face mbwall.x11
125 root 1.1 nrof 1
126     type 161
127     subtype 2
128 root 1.8 value 1500
129     weight 1500
130 root 1.1 end
131 root 1.8
132     object building_wall2
133     name DWall material
134     slaying dwall_0
135     face mbdwall_0.x11
136 root 1.1 nrof 1
137     type 161
138     subtype 2
139 root 1.8 value 1750
140     weight 1700
141 root 1.1 end
142 root 1.8
143     object building_wall2_fake
144     name DWall material
145     slaying dwall_fake_0
146     face mbdwall_0.x11
147 root 1.1 nrof 1
148     type 161
149     subtype 2
150 root 1.8 value 1750
151     weight 1700
152 root 1.1 end
153 root 1.8
154     object building_wall3
155     name WestCWall material
156     slaying westcwall_0
157     face mbwestcwall_0.x11
158 pippijn 1.2 nrof 1
159     type 161
160     subtype 2
161 root 1.8 value 1650
162     weight 1700
163 pippijn 1.2 end
164 root 1.8
165     object building_wall3_fake
166     name WestCWall material
167     slaying westcwall_fake_0
168     face mbwestcwall_0.x11
169 pippijn 1.4 nrof 1
170     type 161
171     subtype 2
172 root 1.8 value 1650
173     weight 1700
174 pippijn 1.4 end
175 root 1.8
176     object building_wall4
177     name Red CWall material
178     slaying redcwall_0
179     face mbredcwall_0.x11
180 root 1.1 nrof 1
181     type 161
182 root 1.8 subtype 2
183     value 1900
184     weight 1700
185 root 1.1 end
186 root 1.8
187     object building_wall4_fake
188     name Red CWall material
189     slaying redcwall_fake_0
190     face mbredcwall_0.x11
191 root 1.1 nrof 1
192     type 161
193 root 1.8 subtype 2
194     value 1900
195     weight 1700
196 root 1.1 end
197 root 1.8
198     object building_wall5
199     name EastWall material
200     slaying ewall_0
201     face mbewall_0.x11
202 root 1.1 nrof 1
203     type 161
204 root 1.8 subtype 2
205     value 1600
206     weight 1000
207 root 1.1 end
208 root 1.8
209     object building_wall5_fake
210     name EastWall material
211     slaying ewall_fake_0
212     face mbewall_0.x11
213 root 1.1 nrof 1
214     type 161
215 root 1.8 subtype 2
216     value 1600
217     weight 1000
218 root 1.1 end
219 root 1.8
220     object building_wall6
221     name BurningWall material
222     slaying burningwall_0
223     face mbburningwall_0.x11
224 root 1.1 nrof 1
225     type 161
226 root 1.8 subtype 2
227     value 1650
228     weight 1700
229 root 1.1 end
230 root 1.8
231     object building_wall6_fake
232     name BurningWall material
233     slaying burningwall_fake_0
234     face mbburningwall_0.x11
235 root 1.1 nrof 1
236     type 161
237 root 1.8 subtype 2
238     value 1650
239     weight 1700
240 root 1.1 end
241 root 1.8
242     object building_wall7
243     name STWall material
244     slaying stwall_0
245     face mbstwall_0.x11
246 pippijn 1.2 nrof 1
247     type 161
248 root 1.8 subtype 2
249     value 1850
250     weight 2100
251 pippijn 1.2 end
252 root 1.8
253     object building_wall7_fake
254     name STWall material
255     slaying stwall_fake_0
256     face mbstwall_0.x11
257 pippijn 1.2 nrof 1
258     type 161
259 root 1.8 subtype 2
260     value 1850
261     weight 2100
262 pippijn 1.2 end
263 root 1.8
264     object building_wall8
265     name WWall material
266     slaying wwall_0
267     face mbwwall_0.x11
268 pippijn 1.2 nrof 1
269     type 161
270 root 1.8 subtype 2
271     value 1550
272     weight 1600
273 pippijn 1.2 end
274 root 1.8
275     object building_wall8_fake
276 pippijn 1.5 name WWall material
277 root 1.8 slaying wwall_fake_0
278     face mbwwall_0.x11
279 pippijn 1.5 nrof 1
280     type 161
281     subtype 2
282 root 1.8 value 1550
283     weight 1600
284 pippijn 1.5 end
285 root 1.8
286     object building_wall9
287 pippijn 1.5 name Earth Wall material
288 root 1.8 slaying mbbwall_0
289     face mbbwall_0.x11
290 pippijn 1.5 nrof 1
291     type 161
292     subtype 2
293 root 1.8 value 800
294     weight 2000
295 pippijn 1.5 end
296 root 1.8
297     object building_wall_fake
298 pippijn 1.6 name Wall material
299 root 1.8 slaying wall_fake_0
300     face mbwall.x11
301 pippijn 1.6 nrof 1
302     type 161
303     subtype 2
304 root 1.8 value 1500
305     weight 1500
306 pippijn 1.6 end
307 root 1.8
308     object building_whiterugfloor1
309     name White Rug floor material
310     slaying whiterugfloor1
311     face mbwhiterugfloor1.x11
312 pippijn 1.6 nrof 1
313     type 161
314 root 1.8 subtype 1
315     value 16000
316     weight 500
317 pippijn 1.6 end
318 root 1.8
319     object building_woodfloor
320     name Wood floor material
321     slaying woodfloor
322     face mbwoodfloor.x11
323 pippijn 1.6 nrof 1
324     type 161
325 root 1.8 subtype 1
326     value 1500
327     weight 1500
328 pippijn 1.6 end
329 root 1.8
330     object building_woodfloor2
331     name Dark Wood floor material
332     slaying woodfloor2
333     face mbwoodfloor2.x11
334 pippijn 1.6 nrof 1
335     type 161
336 root 1.8 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.6 end
366 root 1.8
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.6 end
379 root 1.8
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.6 end
392 root 1.8
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.6 end
405 root 1.8
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.8