ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/sack.arc
Revision: 1.4
Committed: Tue Feb 6 23:29:25 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +1 -1 lines
Log Message:
replace material by materilname in all simple cases

File Contents

# Content
1 object close_sack
2 name close the sack
3 face close_sack.x11
4 type 121
5 no_pick 1
6 identified 1
7 no_drop 1
8 editable 0
9 magicmap brown
10 end
11
12 object sack
13 name sack
14 name_pl sacks
15 other_arch close_sack
16 face sack.x11
17 str 10
18 type 122
19 materialname cloth
20 value 50
21 weight 100
22 container 150000
23 client_type 51
24 identified 1
25 editable 128
26 magicmap brown
27 end
28