ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/emptybottles.arc
Revision: 1.9
Committed: Tue Nov 3 09:49:37 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.8: +0 -7 lines
Log Message:
remove editable field, elmey says so

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