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 by root, Mon Feb 6 20:26:27 2006 UTC vs.
Revision 1.3 by pippijn, Tue Jan 2 21:58:22 2007 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
6face spell_evocation.111 6face spell_evocation.x11
7level 1 7level 1
8sp 1 8sp 1
9casting_time 2 9casting_time 2
10path_attuned 16 10path_attuned 16
11other_arch bullet 11other_arch bullet
17subtype 5 17subtype 5
18value 10 18value 10
19attacktype 2 19attacktype 2
20no_drop 1 20no_drop 1
21invisible 1 21invisible 1
22msg
23A magic bullet causes damage in anything it hits.
24It is fired in the cast direction.
25endmsg
22end 26end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines