ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/key_ring.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 close_key_ring
2     name close the key ring
3     face close_keys.x11
4     type 121
5     no_pick 1
6     identified 1
7     no_drop 1
8     color_fg black
9     editable 0
10     end
11    
12     object key_ring
13 root 1.1 name key ring
14 root 1.3 name_pl key rings
15     race keys
16 root 1.1 other_arch close_key_ring
17 pippijn 1.2 face key_ring.x11
18 root 1.3 str 10
19 root 1.1 type 122
20 root 1.4 materialname cloth
21 root 1.1 value 20
22     weight 100
23     container 50000
24     client_type 60
25     identified 1
26     color_fg black
27 root 1.3 editable 128
28 root 1.1 end
29 root 1.3