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

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