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

File Contents

# User Rev Content
1 root 1.7 object crossbow
2 root 1.14 inherit type_bow
3 root 1.8 name_pl crossbows
4 root 1.12 race bolt
5 root 1.8 skill missile weapons
6 pippijn 1.3 face crossbow.x11
7 root 1.14 magicmap brown
8 root 1.8 sp 19
9 root 1.6 dam 15
10 root 1.1 wc 1
11 root 1.8 nrof 1
12     attacktype 1
13     materialname wood
14 root 1.6 value 75
15 root 1.8 weight 25000
16     client_type 161
17 root 1.6 no_strength 1
18 root 1.8 body_arm -2
19 root 1.1 end
20 root 1.8