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.12 by root, Fri Oct 9 02:42:25 2009 UTC vs.
Revision 1.13 by sf-marcmagus, Sat Oct 10 07:14:49 2009 UTC

5nrof 1 5nrof 1
6type 160 6type 160
7subtype 1 7subtype 1
8value 150 8value 150
9weight 1500 9weight 1500
10msg
11To use, mark a material, then fire the builder at the square you want to build in.
12endmsg
10end 13end
11 14
12object building_button 15object building_button
13name Button material 16name Button material
14name_pl Button materials 17name_pl Button materials
17nrof 1 20nrof 1
18type 161 21type 161
19subtype 3 22subtype 3
20value 2000 23value 2000
21weight 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
22end 30end
23 31
24object building_destroyer 32object building_destroyer
25name generic destroyer 33name generic destroyer
26name_pl generic destroyers 34name_pl generic destroyers
28nrof 1 36nrof 1
29type 160 37type 160
30subtype 2 38subtype 2
31value 150 39value 150
32weight 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
33end 46end
34 47
35object building_horizontal_gate 48object building_horizontal_gate
36name Horizontal gate material 49name Horizontal gate material
37name_pl Horizontal gate materials 50name_pl Horizontal gate materials
40nrof 1 53nrof 1
41type 161 54type 161
42subtype 3 55subtype 3
43value 1500 56value 1500
44weight 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
45end 61end
46 62
47object building_horizontal_gate_inv 63object building_horizontal_gate_inv
48name Horizontal inverted gate material 64name Horizontal inverted gate material
49name_pl Horizontal inverted gate materials 65name_pl Horizontal inverted gate materials
52nrof 1 68nrof 1
53type 161 69type 161
54subtype 3 70subtype 3
55value 3000 71value 3000
56weight 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
57end 76end
58 77
59object building_lever 78object building_lever
60name Lever material 79name Lever material
61name_pl Lever materials 80name_pl Lever materials
64nrof 1 83nrof 1
65type 161 84type 161
66subtype 3 85subtype 3
67value 1500 86value 1500
68weight 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
69end 93end
70 94
71object building_magma 95object building_magma
72name Magma floor material 96name Magma floor material
73name_pl Magma floor materials 97name_pl Magma floor materials
89nrof 1 113nrof 1
90type 161 114type 161
91subtype 3 115subtype 3
92value 1500 116value 1500
93weight 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
94end 123end
95 124
96object building_redrugfloor1 125object building_redrugfloor1
97name Red Rug floor material 126name Red Rug floor material
98name_pl Red Rug floor materials 127name_pl Red Rug floor materials
113nrof 1 142nrof 1
114type 161 143type 161
115subtype 3 144subtype 3
116value 1500 145value 1500
117weight 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
118end 150end
119 151
120object building_vertical_gate_inv 152object building_vertical_gate_inv
121name Vertical inverted gate material 153name Vertical inverted gate material
122name_pl Vertical inverted gate materials 154name_pl Vertical inverted gate materials
125nrof 1 157nrof 1
126type 161 158type 161
127subtype 3 159subtype 3
128value 3000 160value 3000
129weight 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
130end 165end
131 166
132object building_wall 167object building_wall
133name Wall material 168name Wall material
134name_pl Wall materials 169name_pl Wall materials

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines