ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/bow/lightning_bow.arc
Revision: 1.10
Committed: Mon Oct 15 18:22:04 2007 UTC (16 years, 9 months ago) by root
Branch: MAIN
Changes since 1.9: +1 -1 lines
Log Message:
use archetype names in race strings for bows, improve spell description

File Contents

# User Rev Content
1 root 1.6 object lightning_bow
2 root 1.1 name lightning bow
3 root 1.7 name_pl lightning bows
4 root 1.10 race crossbow bolt
5 root 1.7 skill missile weapons
6 pippijn 1.2 face lightning_bow.x11
7 root 1.1 sp 40
8     dam 14
9     wc -2
10     nrof 1
11 root 1.9 inherit type_bow
12 root 1.1 attacktype 9
13 root 1.7 materialname wood
14 root 1.1 value 45000
15     weight 25000
16     magic 3
17 root 1.7 client_type 150
18 root 1.5 no_strength 1
19 root 1.7 body_arm -2
20 root 1.5 editable 5120
21 root 1.8 magicmap brown
22 root 1.1 end
23 root 1.7