ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/vials.arc
Revision: 1.2
Committed: Tue Jan 2 21:56:47 2007 UTC (17 years, 6 months ago) by pippijn
Branch: MAIN
CVS Tags: pre_first_cfarch_normalize_run
Changes since 1.1: +7 -7 lines
Log Message:
renamed pngs from \.1(..) to \.x\1

File Contents

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