ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/mapbuilding/objects.arc
Revision: 1.9
Committed: Fri Oct 9 02:42:25 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.8: +7 -0 lines
Log Message:
add name_pl fields to building materials

File Contents

# User Rev Content
1 root 1.8 object building_altar_none
2     name Altar material
3 root 1.9 name_pl Altar materials
4 root 1.8 slaying altar_none
5     face mbaltarnone.x11
6 root 1.1 nrof 1
7     type 161
8     subtype 3
9 root 1.8 value 2500000
10     weight 1500
11 root 1.1 end
12 root 1.8
13 root 1.7 object building_brazier
14 root 1.1 name Brazier material
15 root 1.9 name_pl Brazier materials
16 root 1.8 slaying brazier
17     face mbbrazier.x11
18 root 1.1 nrof 1
19     type 161
20     subtype 3
21 root 1.8 value 9500
22     weight 1500
23 root 1.1 end
24 root 1.8
25     object building_fireplace
26     name Fireplace material
27 root 1.9 name_pl Fireplace materials
28 root 1.8 slaying fireplace
29     face mbfireplace.x11
30 pippijn 1.3 nrof 1
31     type 161
32     subtype 3
33 root 1.8 value 10000
34     weight 2500
35 pippijn 1.3 end
36 root 1.8
37     object building_firepot
38     name Firepot material
39 root 1.9 name_pl Firepot materials
40 root 1.8 slaying firepot
41     face mbfirepot.x11
42 root 1.1 nrof 1
43     type 161
44     subtype 3
45 root 1.8 value 7500
46     weight 1500
47 root 1.1 end
48 root 1.8
49 root 1.7 object building_fountain
50 root 1.1 name Fountain material
51 root 1.9 name_pl Fountain materials
52 root 1.8 slaying fountain
53     face mbfountain.x11
54 root 1.1 nrof 1
55 root 1.8 type 161
56     subtype 3
57     value 50500
58 root 1.6 weight 25000
59 root 1.8 end
60    
61     object building_hangingfirepot
62     name Hanging Firepot material
63 root 1.9 name_pl Hanging Firepot materials
64 root 1.8 slaying hangingfirepot
65     face mbhangingfirepot.x11
66     nrof 1
67 root 1.1 type 161
68     subtype 3
69 root 1.8 value 8500
70     weight 1500
71 root 1.1 end
72 root 1.8
73 root 1.7 object building_sign
74 root 1.6 name Sign material
75 root 1.9 name_pl Sign materials
76 root 1.8 slaying sign
77     face mbsign.x11
78 root 1.1 nrof 1
79     type 161
80     subtype 3
81 root 1.8 value 25000
82 root 1.6 weight 1500
83 pippijn 1.2 end
84 root 1.8