ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/quiver.arc
Revision: 1.13
Committed: Sat Oct 16 09:17:47 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +0 -2 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

File Contents

# Content
1 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 end
9
10 object quiver
11 name quiver
12 name_pl quivers
13 title of arrows
14 race arrow
15 other_arch close_quiver
16 face quiver.x11
17 str 10
18 food 13
19 type 122
20 materialname cloth
21 value 50
22 weight 100
23 container 150000
24 client_type 60
25 identified 1
26 end
27
28 object quiver_bolt
29 name quiver
30 name_pl quivers
31 inherit quiver
32 title of bolts
33 race bolt
34 end
35