ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/key_ring.arc
Revision: 1.11
Committed: Sat Oct 16 09:17:46 2010 UTC (13 years, 8 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +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_key_ring
2     name close the key ring
3     face close_keys.x11
4     type 121
5     no_pick 1
6     identified 1
7     no_drop 1
8     end
9    
10 root 1.6 object key_ring
11 root 1.1 name key ring
12 root 1.7 name_pl key rings
13     race keys
14 root 1.5 other_arch close_key_ring
15 pippijn 1.2 face key_ring.x11
16 root 1.7 str 10
17 root 1.1 type 122
18 root 1.7 materialname cloth
19 root 1.1 value 20
20     weight 100
21     container 50000
22     client_type 60
23     identified 1
24     end
25 root 1.7