ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/bow/bow.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:52 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +13 -12 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object bow
2     name_pl bows
3 root 1.1 race arrows
4 root 1.3 skill missile weapons
5     face bow.x11
6     sp 50
7     dam 7
8     nrof 1
9 root 1.1 type 14
10 root 1.3 attacktype 1
11 root 1.1 material 16
12 root 1.3 value 50
13 root 1.1 weight 12000
14 root 1.3 client_type 151
15 root 1.1 no_strength 0
16 root 1.3 body_arm -2
17     color_fg brown
18 root 1.1 editable 1024
19     end
20 root 1.3