ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/emptybottles.arc
Revision: 1.10
Committed: Tue Nov 3 09:59:19 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-2_90, rel-2_92, rel-2_93
Changes since 1.9: +14 -14 lines
Log Message:
big cfarch-normalize run

File Contents

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