ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/chest_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.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.5 editable 128
14 root 1.1 end
15 root 1.7
16 root 1.6 object close_chest
17 root 1.1 name close the chest
18 pippijn 1.2 face closechest.x11
19 root 1.8 magicmap khaki
20 root 1.1 type 121
21     no_pick 1
22 root 1.7 identified 1
23 root 1.5 no_drop 1
24 root 1.1 editable 0
25     end
26 root 1.7