ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/bow/elven_bow.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 elven_bow
2 root 1.1 name elven bow
3 root 1.3 name_pl elven bows
4 root 1.1 race arrows
5 root 1.3 skill missile weapons
6 pippijn 1.2 face elven_bow.x11
7 root 1.3 sp 70
8 root 1.1 dam 15
9     wc 1
10 root 1.3 nrof 1
11     type 14
12     attacktype 1
13 root 1.4 materialname wood
14 root 1.1 value 17000
15 root 1.3 weight 15000
16     magic 3
17     client_type 150
18 root 1.1 no_strength 0
19 root 1.3 body_arm -2
20 root 1.1 editable 5120
21     magicmap brown
22     end
23 root 1.3