ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/emptybottles.arc
Revision: 1.11
Committed: Thu Apr 29 08:30:57 2010 UTC (14 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0
Changes since 1.10: +7 -0 lines
Log Message:
make all weapons use the combat slot

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