ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/bow/elven_bow.arc
Revision: 1.11
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.10: +2 -2 lines
Log Message:
big cfarch-normalize run

File Contents

# User Rev Content
1 root 1.6 object elven_bow
2 root 1.11 inherit type_bow
3 root 1.1 name elven bow
4 root 1.7 name_pl elven bows
5 root 1.9 race arrow
6 root 1.7 skill missile weapons
7 pippijn 1.2 face elven_bow.x11
8 root 1.11 magicmap brown
9 root 1.7 sp 70
10 root 1.5 dam 15
11 root 1.1 wc 1
12 root 1.7 nrof 1
13     attacktype 1
14     materialname wood
15 root 1.1 value 17000
16 root 1.7 weight 15000
17     magic 3
18     client_type 150
19 root 1.1 no_strength 0
20 root 1.7 body_arm -2
21 root 1.1 end
22 root 1.7