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, 8 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

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