ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_sm_bullet.arc
Revision: 1.9
Committed: Sun Sep 28 15:12:02 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Changes since 1.8: +1 -1 lines
Log Message:
rebalancing of all spell levels, some sp changes

File Contents

# Content
1 # Just an evoker version of magic bullet, as a low
2 # mana costing sp to kill things with.
3 object spell_small_bullet
4 name small bullet
5 name_pl small bullet
6 skill evocation
7 msg
8 A magic bullet causes damage in anything it hits.
9 It is fired in the cast direction.
10 endmsg
11 other_arch bullet
12 sound wn/magic-missile-1-miss
13 face spell_evocation.x11
14 sp 1
15 maxsp 6
16 dam 10
17 level 2
18 type 101
19 subtype 5
20 attacktype 2
21 path_attuned 16
22 value 10
23 invisible 1
24 dam_modifier 1
25 no_drop 1
26 casting_time 2
27 end
28