ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/vials.arc
Revision: 1.10
Committed: Tue Nov 3 09:59:20 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.9: +7 -7 lines
Log Message:
big cfarch-normalize run

File Contents

# Content
1 object vial_blue
2 name vial
3 name_pl vials
4 face vial_blue.x11
5 magicmap blue
6 food 5
7 nrof 1
8 type 54
9 materialname organic
10 value 4
11 weight 150
12 client_type 611
13 on_use_yield vial_empty
14 end
15
16 object vial_cyan
17 name vial
18 name_pl vials
19 face vial_cyan.x11
20 magicmap blue
21 food 5
22 nrof 1
23 type 54
24 materialname organic
25 value 4
26 weight 150
27 client_type 611
28 on_use_yield vial_empty
29 end
30
31 object vial_green
32 name vial
33 name_pl vials
34 face vial_green.x11
35 magicmap blue
36 food 5
37 nrof 1
38 type 54
39 materialname organic
40 value 4
41 weight 150
42 client_type 611
43 on_use_yield vial_empty
44 end
45
46 object vial_magenta
47 name vial
48 name_pl vials
49 face vial_magenta.x11
50 magicmap blue
51 food 5
52 nrof 1
53 type 54
54 materialname organic
55 value 4
56 weight 150
57 client_type 611
58 on_use_yield vial_empty
59 end
60
61 object vial_red
62 name vial
63 name_pl vials
64 face vial_red.x11
65 magicmap blue
66 food 5
67 nrof 1
68 type 54
69 materialname organic
70 value 4
71 weight 150
72 client_type 611
73 on_use_yield vial_empty
74 end
75
76 object vial_water
77 name vial
78 name_pl vials
79 face vial_water.x11
80 magicmap blue
81 food 5
82 nrof 1
83 type 54
84 materialname organic
85 value 4
86 weight 150
87 client_type 611
88 on_use_yield vial_empty
89 end
90
91 object vial_yellow
92 name vial
93 name_pl vials
94 face vial_yellow.x11
95 magicmap blue
96 food 5
97 nrof 1
98 type 54
99 materialname organic
100 value 4
101 weight 150
102 client_type 611
103 on_use_yield vial_empty
104 end
105