ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_sm_bullet.arc
Revision: 1.13
Committed: Fri Apr 2 21:34:28 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.12: +0 -1 lines
Log Message:
remove superfluous type 101 lines

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 inherit type_spell
5 name small bullet
6 name_pl small bullet
7 skill evocation
8 msg
9 Creates a magic bullet that causes damage in anything it hits.
10 It is fired at the targetted direction.
11
12 Magic bullets are not the magic bullet to solve all of your problems,
13 but especially at higher levels it surely does it's job nicely and
14 efficiently.
15 endmsg
16 other_arch bullet
17 sound wn/magic-missile-1-miss
18 face spell_evocation.x11
19 sp 1
20 maxsp 6
21 dam 10
22 level 1
23 subtype 5
24 attacktype 2
25 path_attuned 16
26 value 10
27 invisible 1
28 dam_modifier 1
29 no_drop 1
30 casting_time 2
31 end
32