ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/quiver.arc
Revision: 1.11
Committed: Sun Nov 29 11:44:43 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
Changes since 1.10: +19 -0 lines
Log Message:
add quiver of bolts

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     end
10    
11 root 1.6 object quiver
12 root 1.1 name quiver
13 root 1.7 name_pl quivers
14 root 1.1 title of arrows
15 root 1.8 race arrow
16 root 1.1 other_arch close_quiver
17 pippijn 1.2 face quiver.x11
18 root 1.9 magicmap orange
19 root 1.7 str 10
20     food 13
21 root 1.1 type 122
22 root 1.7 materialname cloth
23 root 1.1 value 50
24     weight 100
25     container 150000
26 root 1.7 client_type 60
27 root 1.5 identified 1
28 root 1.1 end
29 root 1.7
30 root 1.11 object quiver_bolt
31     name quiver
32     name_pl quivers
33     title of bolts
34     race bolt
35     other_arch close_quiver
36     face quiver.x11
37     magicmap orange
38     str 10
39     food 13
40     type 122
41     materialname cloth
42     value 50
43     weight 100
44     container 150000
45     client_type 60
46     identified 1
47     end
48