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.2 by pippijn, Thu May 4 15:31:31 2006 UTC vs.
Revision 1.19 by root, Sun May 15 20:14:35 2011 UTC

1Object building_builder 1object building_builder
2nrof 1
3name generic builder 2name generic builder
4weight 1500 3name_pl generic builders
4msg
5To use, mark a material, then fire the builder at the square you want to build in.
6endmsg
7face buildmaterial:stove.x11
8nrof 1
9type 125
10subtype 1
5value 150 11value 150
12weight 1500
13end
14
15object building_button
16name Button material
17name_pl Button materials
18slaying button_small
19msg
20Creates a button which triggers linked items when anything with weight [such as a player] is on it. If you want something hidden, use a pedestal instead.
21
22Place a Marking Rune on the map square before building. The rune will be removed, and the button will be linked to all other elements on the map marked with the same text.
23endmsg
24face buildmaterial-sbox:button_sma.x11
25nrof 1
6type 160 26type 126
7subtype 1 27subtype 3
8face mbstove.111 28value 2000
29weight 100
9end 30end
31
10Object building_destroyer 32object building_destroyer
11name generic destroyer 33name generic destroyer
34name_pl generic destroyers
35msg
36To use, fire the destroyer at the element you want to destroy. Can only destroy things built with a builder. Will destroy the lowest item in a square first.
37
38If you want to remove a wall, build a floor over it instead.
39endmsg
40face mbhammer.x11
12nrof 1 41nrof 1
13weight 1500 42type 125
43subtype 2
14value 150 44value 150
45weight 1500
46end
47
48object building_horizontal_gate
49name Horizontal gate material
50name_pl Horizontal gate materials
51slaying igate_closed_2
52msg
53Place a Marking Rune on the map square before building. The rune will be removed, and the gate will be linked to all other elements on the map marked with the same text.
54endmsg
55face buildmaterial:iron_gate2.x16
56nrof 1
15type 160 57type 126
16subtype 2 58subtype 3
17face mbhammer.111 59value 1500
60weight 150
18end 61end
62
63object building_horizontal_gate_inv
64name Horizontal inverted gate material
65name_pl Horizontal inverted gate materials
66slaying igate_open_2
67msg
68Place a Marking Rune on the map square before building. The rune will be removed, and the gate will be linked to all other elements on the map marked with the same text.
69endmsg
70face buildmaterial:iron_gate2.x11
71nrof 1
72type 126
73subtype 3
74value 3000
75weight 150
76end
77
78object building_lever
79name Lever material
80name_pl Lever materials
81slaying button_lever
82msg
83Creates a lever which triggers linked items when applied.
84
85Place a Marking Rune on the map square before building. The rune will be removed, and the lever will be linked to all other elements on the map marked with the same text.
86endmsg
87face buildmaterial:lever.x11
88nrof 1
89type 126
90subtype 3
91value 1500
92weight 150
93end
94
95object building_magma
96name Magma floor material
97name_pl Magma floor materials
98slaying magma
99face buildmaterial:magma.x11
100nrof 1
101type 126
102subtype 1
103value 6666
104weight 1500
105end
106
107object building_pedestal
108name Pedestal material
109name_pl Pedestal materials
110slaying pedestal
111msg
112Creates a pedestal which triggers linked items when a player stands on it. The pedestal will be hidden under the floor. If you want something visible, use a button instead.
113
114Place a Marking Rune on the map square before building. The rune will be removed, and the pedestal will be linked to all other elements on the map marked with the same text.
115endmsg
116face buildmaterial:pedestal.x11
117str 1
118nrof 1
119type 126
120subtype 3
121value 1500
122weight 150
123end
124
125object building_redrugfloor1
126name Red Rug floor material
127name_pl Red Rug floor materials
128slaying redrugfloor1
129face buildmaterial:redrugfloor1.x11
130nrof 1
131type 126
132subtype 1
133value 16000
134weight 500
135end
136
137object building_vertical_gate
138name Vertical gate material
139name_pl Vertical gate materials
140slaying igate_closed_1
141msg
142Place a Marking Rune on the map square before building. The rune will be removed, and the gate will be linked to all other elements on the map marked with the same text.
143endmsg
144face buildmaterial:iron_gate1.x18
145nrof 1
146type 126
147subtype 3
148value 1500
149weight 150
150end
151
152object building_vertical_gate_inv
153name Vertical inverted gate material
154name_pl Vertical inverted gate materials
155slaying igate_open_1
156msg
157Place a Marking Rune on the map square before building. The rune will be removed, and the gate will be linked to all other elements on the map marked with the same text.
158endmsg
159face buildmaterial:iron_gate1.x11
160nrof 1
161type 126
162subtype 3
163value 3000
164weight 150
165end
166
167object building_wall
168name Wall material
169name_pl Wall materials
170slaying wall_0
171face buildmaterial:wall_0.x11
172nrof 1
173type 126
174subtype 2
175value 1500
176weight 1500
177end
178
179object building_wall2
180name DWall material
181name_pl DWall materials
182slaying dwall_0
183face buildmaterial:dwall_0.x11
184nrof 1
185type 126
186subtype 2
187value 1750
188weight 1700
189end
190
191object building_wall2_fake
192name DWall material
193name_pl DWall materials
194slaying dwall_fake_0
195face buildmaterial:dwall_0.x11
196nrof 1
197type 126
198subtype 2
199value 1750
200weight 1700
201end
202
203object building_wall3
204name WestCWall material
205name_pl WestCWall materials
206slaying westcwall_0
207face buildmaterial:westcwall_0.x11
208nrof 1
209type 126
210subtype 2
211value 1650
212weight 1700
213end
214
215object building_wall3_fake
216name WestCWall material
217name_pl WestCWall materials
218slaying westcwall_fake_0
219face buildmaterial:westcwall_0.x11
220nrof 1
221type 126
222subtype 2
223value 1650
224weight 1700
225end
226
227object building_wall4
228name Red CWall material
229name_pl Red CWall materials
230slaying redcwall_0
231face buildmaterial:redcwall_0.x11
232nrof 1
233type 126
234subtype 2
235value 1900
236weight 1700
237end
238
239object building_wall4_fake
240name Red CWall material
241name_pl Red CWall materials
242slaying redcwall_fake_0
243face buildmaterial:redcwall_0.x11
244nrof 1
245type 126
246subtype 2
247value 1900
248weight 1700
249end
250
251object building_wall5
252name EastWall material
253name_pl EastWall materials
254slaying ewall_0
255face buildmaterial:ewall_0.x11
256nrof 1
257type 126
258subtype 2
259value 1600
260weight 1000
261end
262
263object building_wall5_fake
264name EastWall material
265name_pl EastWall materials
266slaying ewall_fake_0
267face buildmaterial:ewall_0.x11
268nrof 1
269type 126
270subtype 2
271value 1600
272weight 1000
273end
274
275object building_wall6
276name BurningWall material
277name_pl BurningWall materials
278slaying burningwall_0
279face buildmaterial:burningwall_0.x11
280nrof 1
281type 126
282subtype 2
283value 1650
284weight 1700
285end
286
287object building_wall6_fake
288name BurningWall material
289name_pl BurningWall materials
290slaying burningwall_fake_0
291face buildmaterial:burningwall_0.x11
292nrof 1
293type 126
294subtype 2
295value 1650
296weight 1700
297end
298
299object building_wall7
300name STWall material
301name_pl STWall materials
302slaying stwall_0
303face buildmaterial:stwall_0.x11
304nrof 1
305type 126
306subtype 2
307value 1850
308weight 2100
309end
310
311object building_wall7_fake
312name STWall material
313name_pl STWall materials
314slaying stwall_fake_0
315face buildmaterial:stwall_0.x11
316nrof 1
317type 126
318subtype 2
319value 1850
320weight 2100
321end
322
323object building_wall8
324name WWall material
325name_pl WWall materials
326slaying wwall_0
327face buildmaterial:wwall_0.x11
328nrof 1
329type 126
330subtype 2
331value 1550
332weight 1600
333end
334
335object building_wall8_fake
336name WWall material
337name_pl WWall materials
338slaying wwall_fake_0
339face buildmaterial:wwall_0.x11
340nrof 1
341type 126
342subtype 2
343value 1550
344weight 1600
345end
346
347object building_wall9
348name Earth Wall material
349name_pl Earth Wall materials
350slaying mbbwall_0
351face buildmaterial:bwall_0.x11
352nrof 1
353type 126
354subtype 2
355value 800
356weight 2000
357end
358
359object building_wall_fake
360name Wall material
361name_pl Wall materials
362slaying wall_fake_0
363face buildmaterial:wall_0.x11
364nrof 1
365type 126
366subtype 2
367value 1500
368weight 1500
369end
370
371object building_whiterugfloor1
372name White Rug floor material
373name_pl White Rug floor materials
374slaying whiterugfloor1
375face buildmaterial:whiterugfloor1.x11
376nrof 1
377type 126
378subtype 1
379value 16000
380weight 500
381end
382
383object building_woodfloor
384name Wood floor material
385name_pl Wood floor materials
386slaying woodfloor
387face buildmaterial:woodfloor.x11
388nrof 1
389type 126
390subtype 1
391value 1500
392weight 1500
393end
394
395object building_woodfloor2
396name Dark Wood floor material
397name_pl Dark Wood floor materials
398slaying woodfloor2
399face buildmaterial:woodfloor2.x11
400nrof 1
401type 126
402subtype 1
403value 1500
404weight 1500
405end
406
19Object shop_building 407object shop_building
20name tiles 408name tiles
21is_floor 1
22face shop_building.111 409face shop_building.x11
23no_pick 1
24no_magic 1
25type 68 410type 68
26auto_apply 1
27randomitems shop_building 411randomitems shop_building
28editable 64 412no_pick 1
29editor_folder arch/shop/Floors 413auto_apply 1
414no_magic 1
415is_floor 1
30end 416end
417
418object shop_building_abyss
419name tiles
420face shop_building.x11
421type 68
422randomitems shop_building_abyss
423no_pick 1
424auto_apply 1
425no_magic 1
426is_floor 1
427end
428
429object shop_building_east
430name tiles
431face shop_building.x11
432type 68
433randomitems shop_building_east
434no_pick 1
435auto_apply 1
436no_magic 1
437is_floor 1
438end
439
31Object shop_building_fant 440object shop_building_fant
32name tiles 441name tiles
33is_floor 1
34face shop_building.111 442face shop_building.x11
35no_pick 1
36no_magic 1
37type 68 443type 68
38auto_apply 1
39randomitems shop_building_fant 444randomitems shop_building_fant
40editable 64 445no_pick 1
446auto_apply 1
447no_magic 1
448is_floor 1
41end 449end
450
451object shop_building_goth
452name tiles
453face shop_building.x11
454type 68
455randomitems shop_building_goth
456no_pick 1
457auto_apply 1
458no_magic 1
459is_floor 1
460end
461
42Object shop_building_west 462object shop_building_west
43name tiles 463name tiles
44is_floor 1
45face shop_building.111 464face shop_building.x11
46no_pick 1
47no_magic 1
48type 68 465type 68
49auto_apply 1
50randomitems shop_building_west 466randomitems shop_building_west
51editable 64 467no_pick 1
52editor_folder arch/shop/Floors 468auto_apply 1
469no_magic 1
470is_floor 1
53end 471end
472
473## boes added this for the marble shop 2009-11-08
54Object shop_building_east 474object shop_building_marble
55name tiles 475name tiles
56is_floor 1
57face shop_building.111 476face shop_building.x11
58no_pick 1
59no_magic 1
60type 68 477type 68
61auto_apply 1
62randomitems shop_building_east
63editable 64
64editor_folder arch/shop/Floors
65end
66Object shop_building_abyss
67name tiles
68is_floor 1
69face shop_building.111
70no_pick 1
71no_magic 1
72type 68
73auto_apply 1
74randomitems shop_building_abyss 478randomitems shop_building_marble
75editable 64 479no_pick 1
76editor_folder arch/shop/Floors 480auto_apply 1
481no_magic 1
482is_floor 1
77end 483end
78Object building_woodfloor 484
79name Wood floor material
80nrof 1
81weight 1500
82value 1500
83type 161
84subtype 1
85face mbwoodfloor.111
86slaying woodfloor
87end
88Object building_woodfloor2
89name Dark Wood floor material
90nrof 1
91weight 1500
92value 1500
93type 161
94subtype 1
95face mbwoodfloor2.111
96slaying woodfloor2
97end
98Object building_wall
99name Wall material
100nrof 1
101weight 1500
102value 1500
103type 161
104subtype 2
105face mbwall.111
106slaying wall_0
107end
108Object building_wall2
109name DWall material
110nrof 1
111weight 1700
112value 1750
113type 161
114subtype 2
115face mbdwall_0.111
116slaying dwall_0
117end
118Object building_wall3
119name WestCWall material
120nrof 1
121weight 1700
122value 1650
123type 161
124subtype 2
125face mbwestcwall_0.111
126slaying westcwall_0
127end
128Object building_wall4
129name Red CWall material
130nrof 1
131weight 1700
132value 1900
133type 161
134subtype 2
135face mbredcwall_0.111
136slaying redcwall_0
137end
138Object building_wall5
139name EastWall material
140nrof 1
141weight 1000
142value 1600
143type 161
144subtype 2
145face mbewall_0.111
146slaying ewall_0
147end
148Object building_wall6
149name BurningWall material
150nrof 1
151weight 1700
152value 1650
153type 161
154subtype 2
155face mbburningwall_0.111
156slaying burningwall_0
157end
158Object building_vertical_gate
159name Vertical gate material
160nrof 1
161weight 150
162value 1500
163type 161
164subtype 3
165slaying igate_closed_1
166face mbiron_gate1.111
167end
168Object building_horizontal_gate
169name Horizontal gate material
170nrof 1
171weight 150
172value 1500
173type 161
174subtype 3
175slaying igate_closed_2
176face mbiron_gate2.111
177end
178Object building_pedestal
179name Pedestal material
180nrof 1
181weight 150
182value 1500
183type 161
184subtype 3
185slaying pedestal
186face mbpedestal.111
187Str 1
188end
189Object building_lever
190name Lever material
191nrof 1
192weight 150
193value 1500
194type 161
195subtype 3
196slaying button_lever
197face mblever.111
198end
199Object building_button
200name Button material
201nrof 1
202weight 100
203value 2000
204type 161
205subtype 3
206slaying button_small
207face mbbutton.111
208end
209Object building_vertical_gate_inv
210name Vertical inverted gate material
211nrof 1
212weight 150
213value 3000
214type 161
215subtype 3
216slaying igate_open_1
217face mbiron_gate_inv1.111
218end
219Object building_horizontal_gate_inv
220name Horizontal inverted gate material
221nrof 1
222weight 150
223value 3000
224type 161
225subtype 3
226slaying igate_open_2
227face mbiron_gate_inv2.111
228end
229Object building_magma
230name Magma floor material
231nrof 1
232weight 1500
233value 6666
234type 161
235subtype 1
236face mbmagma.111
237slaying magma
238end
239Object building_redrugfloor1
240name Red Rug floor material
241nrof 1
242weight 500
243value 16000
244type 161
245subtype 1
246face mbredrugfloor1.111
247slaying redrugfloor1
248end
249Object building_whiterugfloor1
250name White Rug floor material
251nrof 1
252weight 500
253value 16000
254type 161
255subtype 1
256face mbwhiterugfloor1.111
257slaying whiterugfloor1
258end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines