ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/sack.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: +2 -2 lines
Log Message:
minor maps

File Contents

# User Rev Content
1 root 1.7 object close_sack
2     name close the sack
3     face close_sack.x11
4 root 1.8 magicmap brown
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 sack
13 root 1.1 name sack
14 root 1.7 name_pl sacks
15 root 1.1 other_arch close_sack
16 pippijn 1.2 face sack.x11
17 root 1.8 magicmap brown
18 root 1.7 str 10
19 root 1.1 type 122
20 root 1.7 materialname cloth
21 root 1.1 value 50
22     weight 100
23     container 150000
24     client_type 51
25     identified 1
26 root 1.7 editable 128
27 root 1.1 end
28 root 1.7