ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/quiver.arc
Revision: 1.12
Committed: Sun Nov 29 11:49:36 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_92, rel-2_93
Changes since 1.11: +1 -12 lines
Log Message:
d'oh, and the tomatoes, too :(

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 root 1.12 inherit quiver
34 root 1.11 title of bolts
35     race bolt
36     end
37