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

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