ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/quiver.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_quiver
2     name close the quiver
3     face close_quiv.x11
4     type 121
5     no_pick 1
6     identified 1
7     no_drop 1
8     editable 0
9     magicmap orange
10     end
11    
12     object quiver
13 root 1.1 name quiver
14 root 1.3 name_pl quivers
15 root 1.1 title of arrows
16     race arrows
17     other_arch close_quiver
18 pippijn 1.2 face quiver.x11
19 root 1.3 str 10
20     food 13
21 root 1.1 type 122
22 root 1.4 materialname cloth
23 root 1.1 value 50
24     weight 100
25     container 150000
26 root 1.3 client_type 60
27 root 1.1 identified 1
28     editable 128
29     magicmap orange
30     end
31 root 1.3