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.4 by root, Tue Feb 6 23:29:26 2007 UTC vs.
Revision 1.5 by root, Sat Mar 3 00:50:53 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines