ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/chest_2.arc
Revision: 1.9
Committed: Tue Nov 3 09:49:02 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.8: +0 -2 lines
Log Message:
remove editable field, elmey says so

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.1 end
14 root 1.7
15 root 1.6 object close_chest
16 root 1.1 name close the chest
17 pippijn 1.2 face closechest.x11
18 root 1.8 magicmap khaki
19 root 1.1 type 121
20     no_pick 1
21 root 1.7 identified 1
22 root 1.5 no_drop 1
23 root 1.1 end
24 root 1.7