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.8 by root, Tue Feb 6 22:40:23 2007 UTC vs.
Revision 1.13 by sf-marcmagus, Sat Oct 10 07:14:49 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines