ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/mapbuilding/building.arc
Revision: 1.10
Committed: Sat Mar 3 01:15:44 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.9: +37 -37 lines
Log Message:
lowercase Object and More manually for the time being

File Contents

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