ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/vials.arc
Revision: 1.5
Committed: Sat Mar 3 00:50:55 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.4: +35 -36 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

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