ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/gods/items/bow_lythander.arc
Revision: 1.9
Committed: Fri Apr 2 21:26:13 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.8: +1 -1 lines
Log Message:
clean app classes/types, add spell type and use it

File Contents

# User Rev Content
1 root 1.5 object bow_lythander
2 root 1.9 inherit type_bow
3 root 1.1 name Lythander's Elven Bow
4     name_pl Lythander's Elven Bows
5 root 1.8 race arrow
6 root 1.6 skill missile weapons
7 root 1.1 msg
8     You look at this wonderful bow with
9     pride. It is only granted to the best
10     of Lythander's disciples.
11     endmsg
12 root 1.6 face elven_bow.x11
13 root 1.1 sp 70
14     dam 30
15 root 1.6 luck 1
16 root 1.1 wc 3
17     nrof 1
18 root 1.4 attacktype 1
19 root 1.1 weight 8000
20     magic 5
21 root 1.6 client_type 150
22     startequip 1
23 root 1.1 body_arm -2
24     end
25 root 1.6