ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/vials.arc
Revision: 1.4
Committed: Tue Feb 6 23:29:26 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +7 -7 lines
Log Message:
replace material by materilname in all simple cases

File Contents

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