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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines