ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/schest_2.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:27 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +16 -14 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object close_schest
2     name close the chest
3     face schest.x11
4     type 121
5     no_pick 1
6     identified 1
7     no_drop 1
8     editable 0
9     magicmap khaki
10     end
11    
12     object schest_2
13 root 1.1 name chest
14 root 1.3 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     material 0
19     value 200
20 root 1.3 weight 55000
21 root 1.1 container 175000
22     client_type 51
23     identified 1
24 root 1.3 editable 128
25 root 1.1 end
26 root 1.3