ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/bow/huntersbow.arc
Revision: 1.12
Committed: Tue Nov 3 09:59:42 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.11: +2 -2 lines
Log Message:
big cfarch-normalize run

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.12 magicmap brown
9 root 1.7 sp 20
10 root 1.5 dam 10
11 root 1.7 nrof 1
12     attacktype 1
13     materialname wood
14     value 50
15 root 1.5 weight 2000
16 root 1.7 client_type 150
17 root 1.5 no_strength 0
18 root 1.7 body_arm -2
19 root 1.1 end
20 root 1.7