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

Comparing deliantra/arch/mapbuilding/building.arc (file contents):
Revision 1.10 by root, Sat Mar 3 01:15:44 2007 UTC vs.
Revision 1.11 by root, Sat Mar 3 01:22:37 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines