ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/mapbuilding/objects.arc
Revision: 1.13
Committed: Sun May 15 20:14:50 2011 UTC (13 years ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +7 -7 lines
Log Message:
buildmaterial redone

File Contents

# Content
1 object building_altar_none
2 name Altar material
3 name_pl Altar materials
4 slaying altar_none
5 face buildmaterial-box:altarnone.x11
6 nrof 1
7 type 126
8 subtype 3
9 value 2500000
10 weight 1500
11 end
12
13 object building_brazier
14 name Brazier material
15 name_pl Brazier materials
16 slaying brazier
17 face buildmaterial-sbox:brazier.x11
18 nrof 1
19 type 126
20 subtype 3
21 value 9500
22 weight 1500
23 end
24
25 object building_fireplace
26 name Fireplace material
27 name_pl Fireplace materials
28 slaying fireplace
29 face buildmaterial-box:fireplace.x11
30 nrof 1
31 type 126
32 subtype 3
33 value 10000
34 weight 2500
35 end
36
37 object building_firepot
38 name Firepot material
39 name_pl Firepot materials
40 slaying firepot
41 face buildmaterial-sbox:firepot.x11
42 nrof 1
43 type 126
44 subtype 3
45 value 7500
46 weight 1500
47 end
48
49 object building_fountain
50 name Fountain material
51 name_pl Fountain materials
52 slaying fountain
53 face buildmaterial-box:fountain.x11
54 nrof 1
55 type 126
56 subtype 3
57 value 50500
58 weight 25000
59 end
60
61 object building_hangingfirepot
62 name Hanging Firepot material
63 name_pl Hanging Firepot materials
64 slaying hangingfirepot
65 face buildmaterial-sbox:hangingfirepot.x11
66 nrof 1
67 type 126
68 subtype 3
69 value 8500
70 weight 1500
71 end
72
73 object building_sign
74 name Sign material
75 name_pl Sign materials
76 slaying sign
77 msg
78 Place a book or scroll, which will be destroyed, on the square before building. The text will be used as the text of the sign.
79 endmsg
80 face buildmaterial-box:sign.x11
81 nrof 1
82 type 126
83 subtype 3
84 value 25000
85 weight 1500
86 end
87