ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/emptybottles.arc
(Generate patch)

Comparing deliantra/arch/potion/emptybottles.arc (file contents):
Revision 1.9 by root, Tue Nov 3 09:49:37 2009 UTC vs.
Revision 1.10 by root, Tue Nov 3 09:59:19 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines