ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/bag.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

# User Rev Content
1 root 1.3 object bag
2 root 1.1 name bag
3 root 1.3 name_pl bags
4 root 1.1 other_arch close_bag
5 pippijn 1.2 face bag.x11
6 root 1.3 str 10
7 root 1.1 type 122
8 root 1.4 materialname cloth
9 root 1.3 value 50
10 root 1.1 weight 10
11     container 80000
12 root 1.3 client_type 51
13     identified 1
14 root 1.1 editable 128
15     magicmap khaki
16     end
17 root 1.3
18     object close_bag
19 root 1.1 name close the bag
20 pippijn 1.2 face close_bag.x11
21 root 1.1 type 121
22     no_pick 1
23 root 1.3 identified 1
24 root 1.1 no_drop 1
25     editable 0
26     magicmap khaki
27     end
28 root 1.3