ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/vials.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:10 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +29 -28 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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