ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/bow/crossbow.arc
Revision: 1.5
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.4: +1 -1 lines
Log Message:
replace material by materilname in all simple cases

File Contents

# User Rev Content
1 root 1.4 object crossbow
2     name_pl crossbows
3 root 1.1 race crossbow bolts
4 root 1.4 skill missile weapons
5 pippijn 1.3 face crossbow.x11
6 root 1.4 sp 19
7 pippijn 1.2 dam 15
8 root 1.1 wc 1
9 root 1.4 nrof 1
10     type 14
11     attacktype 1
12 root 1.5 materialname wood
13 root 1.1 value 75
14 root 1.4 weight 25000
15     client_type 161
16 root 1.1 no_strength 1
17 root 1.4 body_arm -2
18     color_fg brown
19 root 1.1 editable 1024
20     end
21 root 1.4