ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/chest_2.arc
Revision: 1.10
Committed: Sat Oct 16 09:17:46 2010 UTC (13 years, 8 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +0 -1 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.6 object chest_2
2 root 1.1 name chest
3 root 1.7 name_pl chests
4 root 1.1 other_arch close_chest
5 pippijn 1.2 face chest_1.x11
6 root 1.1 type 122
7 root 1.7 materialname bronze
8 root 1.1 value 50
9 root 1.7 weight 40000
10 root 1.5 container 150000
11 root 1.7 client_type 51
12     identified 1
13 root 1.1 end
14 root 1.7
15 root 1.6 object close_chest
16 root 1.1 name close the chest
17 pippijn 1.2 face closechest.x11
18 root 1.1 type 121
19     no_pick 1
20 root 1.7 identified 1
21 root 1.5 no_drop 1
22 root 1.1 end
23 root 1.7