ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/bow/compositebow.arc
Revision: 1.4
Committed: Tue Feb 6 23:29:33 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +1 -1 lines
Log Message:
replace material by materilname in all simple cases

File Contents

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