ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/quiver.arc
Revision: 1.9
Committed: Sat Oct 31 18:40:12 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.8: +2 -2 lines
Log Message:
minor maps

File Contents

# User Rev Content
1 root 1.7 object close_quiver
2     name close the quiver
3     face close_quiv.x11
4 root 1.9 magicmap orange
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 quiver
13 root 1.1 name quiver
14 root 1.7 name_pl quivers
15 root 1.1 title of arrows
16 root 1.8 race arrow
17 root 1.1 other_arch close_quiver
18 pippijn 1.2 face quiver.x11
19 root 1.9 magicmap orange
20 root 1.7 str 10
21     food 13
22 root 1.1 type 122
23 root 1.7 materialname cloth
24 root 1.1 value 50
25     weight 100
26     container 150000
27 root 1.7 client_type 60
28 root 1.5 identified 1
29     editable 128
30 root 1.1 end
31 root 1.7