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

File Contents

# User Rev Content
1 root 1.6 object huntersbow
2 root 1.12 inherit type_bow
3 root 1.1 name hunter's bow
4 root 1.7 name_pl hunter's bows
5 root 1.10 race arrow
6 root 1.7 skill missile weapons
7 root 1.3 face huntersbow.x11
8 root 1.7 sp 20
9 root 1.5 dam 10
10 root 1.7 nrof 1
11     attacktype 1
12     materialname wood
13     value 50
14 root 1.5 weight 2000
15 root 1.7 client_type 150
16 root 1.5 no_strength 0
17 root 1.7 body_arm -2
18 root 1.1 end
19 root 1.7