ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/emptybottles.arc
Revision: 1.4
Committed: Tue Feb 6 23:29:26 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +7 -7 lines
Log Message:
replace material by materilname in all simple cases

File Contents

# Content
1 object boozebottle_empty
2 name empty bottle
3 name_pl empty bottles
4 skill one handed weapons
5 face boozebottle_empty.x11
6 dam 1
7 nrof 1
8 type 15
9 attacktype 1
10 materialname glass
11 value 3
12 weight 1000
13 last_sp 10
14 weapontype 8
15 client_type 611
16 body_arm -1
17 editable 1024
18 magicmap brown
19 end
20
21 object coffee_empty
22 name empty cup
23 name_pl empty cups
24 skill one handed weapons
25 face coffee_empty.x11
26 dam 1
27 nrof 1
28 type 15
29 attacktype 1
30 materialname glass
31 value 1
32 weight 50
33 last_sp 10
34 weapontype 8
35 client_type 611
36 body_arm -1
37 editable 1024
38 magicmap brown
39 end
40
41 object potion_empty
42 name empty bottle
43 name_pl empty bottles
44 skill one handed weapons
45 face potion_empty.x11
46 dam 1
47 nrof 1
48 type 15
49 attacktype 1
50 materialname glass
51 value 3
52 weight 700
53 last_sp 10
54 weapontype 8
55 client_type 611
56 body_arm -1
57 editable 1024
58 magicmap brown
59 end
60
61 object vial_empty
62 name empty vial
63 name_pl empty vials
64 skill one handed weapons
65 face vial_empty.x11
66 dam 1
67 nrof 1
68 type 15
69 attacktype 1
70 materialname glass
71 value 3
72 weight 70
73 last_sp 10
74 weapontype 8
75 client_type 611
76 body_arm -1
77 editable 1024
78 magicmap brown
79 end
80
81 object w_glass_empty
82 name empty glass
83 name_pl empty glasses
84 skill one handed weapons
85 face w_glass_empty.x11
86 dam 1
87 nrof 1
88 type 15
89 attacktype 1
90 materialname glass
91 value 1
92 weight 500
93 last_sp 10
94 weapontype 8
95 client_type 611
96 body_arm -1
97 editable 1024
98 magicmap brown
99 end
100
101 object wbottle_empty
102 name empty bottle
103 name_pl empty bottles
104 skill one handed weapons
105 face wbottle_empty.x11
106 dam 1
107 nrof 1
108 type 15
109 attacktype 1
110 materialname glass
111 value 3
112 weight 700
113 last_sp 10
114 weapontype 8
115 client_type 611
116 body_arm -1
117 editable 1024
118 magicmap brown
119 end
120
121 object winebottle_empty
122 name empty bottle
123 name_pl empty bottles
124 skill one handed weapons
125 face winebottle_empty.x11
126 dam 1
127 nrof 1
128 type 15
129 attacktype 1
130 materialname glass
131 value 3
132 weight 600
133 last_sp 10
134 weapontype 8
135 client_type 611
136 body_arm -1
137 editable 1024
138 magicmap brown
139 end
140