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

# Content
1 object building_altar_none
2 name Altar material
3 name_pl Altar materials
4 slaying altar_none
5 face mbaltarnone.x11
6 nrof 1
7 type 161
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 mbbrazier.x11
18 nrof 1
19 type 161
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 mbfireplace.x11
30 nrof 1
31 type 161
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 mbfirepot.x11
42 nrof 1
43 type 161
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 mbfountain.x11
54 nrof 1
55 type 161
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 mbhangingfirepot.x11
66 nrof 1
67 type 161
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 face mbsign.x11
78 nrof 1
79 type 161
80 subtype 3
81 value 25000
82 weight 1500
83 end
84