ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/vials.arc
Revision: 1.11
Committed: Sat Oct 16 09:18:45 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +0 -7 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

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 on_use_yield vial_empty
13 end
14
15 object vial_cyan
16 name vial
17 name_pl vials
18 face vial_cyan.x11
19 food 5
20 nrof 1
21 type 54
22 materialname organic
23 value 4
24 weight 150
25 client_type 611
26 on_use_yield vial_empty
27 end
28
29 object vial_green
30 name vial
31 name_pl vials
32 face vial_green.x11
33 food 5
34 nrof 1
35 type 54
36 materialname organic
37 value 4
38 weight 150
39 client_type 611
40 on_use_yield vial_empty
41 end
42
43 object vial_magenta
44 name vial
45 name_pl vials
46 face vial_magenta.x11
47 food 5
48 nrof 1
49 type 54
50 materialname organic
51 value 4
52 weight 150
53 client_type 611
54 on_use_yield vial_empty
55 end
56
57 object vial_red
58 name vial
59 name_pl vials
60 face vial_red.x11
61 food 5
62 nrof 1
63 type 54
64 materialname organic
65 value 4
66 weight 150
67 client_type 611
68 on_use_yield vial_empty
69 end
70
71 object vial_water
72 name vial
73 name_pl vials
74 face vial_water.x11
75 food 5
76 nrof 1
77 type 54
78 materialname organic
79 value 4
80 weight 150
81 client_type 611
82 on_use_yield vial_empty
83 end
84
85 object vial_yellow
86 name vial
87 name_pl vials
88 face vial_yellow.x11
89 food 5
90 nrof 1
91 type 54
92 materialname organic
93 value 4
94 weight 150
95 client_type 611
96 on_use_yield vial_empty
97 end
98