ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/schest_2.arc
Revision: 1.8
Committed: Sat Oct 31 18:40:12 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.7: +1 -1 lines
Log Message:
minor maps

File Contents

# User Rev Content
1 root 1.7 object close_schest
2     name close the chest
3     face schest.x11
4 root 1.8 magicmap khaki
5 root 1.7 type 121
6     no_pick 1
7     identified 1
8     no_drop 1
9     editable 0
10     end
11    
12 root 1.6 object schest_2
13 root 1.1 name chest
14 root 1.7 name_pl chests
15 root 1.1 other_arch close_schest
16 pippijn 1.2 face schest.x11
17 root 1.1 type 122
18     value 200
19 root 1.7 weight 55000
20 root 1.5 container 175000
21 root 1.1 client_type 51
22     identified 1
23 root 1.7 editable 128
24 root 1.1 end
25 root 1.7