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

File Contents

# Content
1 object close_dresser
2 name in the dresser
3 face dresser.x11
4 type 121
5 no_pick 1
6 identified 1
7 no_drop 1
8 end
9
10 object close_dresser2
11 name in the dresser
12 face dresser2.x11
13 type 121
14 no_pick 1
15 identified 1
16 no_drop 1
17 end
18
19 object dresser
20 name dresser
21 name_pl dressers
22 other_arch close_dresser
23 face dresser.x11
24 type 122
25 materialname bronze
26 value 150
27 weight 160000
28 container 150000
29 client_type 51
30 identified 1
31 end
32
33 object dresser2
34 name dresser
35 name_pl dressers
36 other_arch close_dresser2
37 face dresser2.x11
38 type 122
39 materialname bronze
40 value 150
41 weight 160000
42 container 150000
43 client_type 51
44 identified 1
45 end
46