ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/depositbox.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 -2 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 close_dbox
2     name close the deposit box
3     face close_dbox.x11
4     type 121
5     no_pick 1
6     identified 1
7     no_drop 1
8     end
9    
10 root 1.6 object depositbox
11 root 1.1 name deposit box
12 root 1.7 race gold and jewels
13 root 1.5 other_arch close_dbox
14 pippijn 1.2 face depositbox.x11
15 root 1.1 type 122
16 root 1.7 materialname marble
17 root 1.1 container 150000
18     no_pick 1
19 root 1.7 identified 1
20 root 1.5 end
21 root 1.7