ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_sm_bullet.arc
(Generate patch)

Comparing deliantra/arch/spell/Bullet/spell_sm_bullet.arc (file contents):
Revision 1.1.1.1 by root, Mon Feb 6 20:26:27 2006 UTC vs.
Revision 1.14 by elmex, Wed Apr 21 09:29:57 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines