ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/emptybottles.arc
Revision: 1.12
Committed: Sat Oct 16 09:18:44 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +0 -7 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

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     dam 1
8 root 1.1 nrof 1
9 root 1.3 attacktype 1
10 root 1.7 materialname glass
11     value 3
12     weight 1000
13     last_sp 10
14 root 1.1 weapontype 8
15     client_type 611
16     body_arm -1
17 root 1.11 body_combat -1
18 root 1.1 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     dam 1
27 root 1.1 nrof 1
28 root 1.7 attacktype 1
29     materialname glass
30 root 1.5 value 1
31 root 1.7 weight 50
32     last_sp 10
33 root 1.1 weapontype 8
34     client_type 611
35     body_arm -1
36 root 1.11 body_combat -1
37 root 1.1 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     dam 1
46 root 1.1 nrof 1
47 root 1.7 attacktype 1
48     materialname glass
49 root 1.5 value 3
50 root 1.7 weight 700
51     last_sp 10
52 root 1.1 weapontype 8
53     client_type 611
54     body_arm -1
55 root 1.11 body_combat -1
56 root 1.1 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     dam 1
65 root 1.1 nrof 1
66 root 1.7 attacktype 1
67     materialname glass
68 root 1.5 value 3
69 root 1.7 weight 70
70     last_sp 10
71 root 1.1 weapontype 8
72     client_type 611
73     body_arm -1
74 root 1.11 body_combat -1
75 root 1.1 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     dam 1
84 root 1.1 nrof 1
85 root 1.3 attacktype 1
86 root 1.7 materialname glass
87     value 1
88     weight 500
89     last_sp 10
90 root 1.1 weapontype 8
91     client_type 611
92     body_arm -1
93 root 1.11 body_combat -1
94 root 1.1 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     dam 1
103 root 1.1 nrof 1
104 root 1.7 attacktype 1
105     materialname glass
106     value 3
107 root 1.5 weight 700
108 root 1.7 last_sp 10
109 root 1.1 weapontype 8
110     client_type 611
111     body_arm -1
112 root 1.11 body_combat -1
113 root 1.1 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     dam 1
122 root 1.1 nrof 1
123 root 1.7 attacktype 1
124     materialname glass
125 root 1.5 value 3
126 root 1.7 weight 600
127     last_sp 10
128 root 1.1 weapontype 8
129     client_type 611
130     body_arm -1
131 root 1.11 body_combat -1
132 root 1.1 end
133