ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/quiver.arc
Revision: 1.10
Committed: Tue Nov 3 09:49:03 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-2_90
Changes since 1.9: +0 -2 lines
Log Message:
remove editable field, elmey says so

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