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

Comparing deliantra/arch/spell/Bullet/spell_bullet.arc (file contents):
Revision 1.7 by root, Sat Mar 3 01:24:15 2007 UTC vs.
Revision 1.11 by root, Fri Apr 2 21:34:28 2010 UTC

1object spell_magic_bullet 1object spell_magic_bullet
2inherit type_spell
2name magic bullet 3name magic bullet
3name_pl magic bullet 4name_pl magic bullet
4skill sorcery 5skill sorcery
5msg 6msg
6A magic bullet causes damage in anything it hits. 7A magic bullet causes damage in anything it hits.
7It is fired in the cast direction. 8It is fired in the targetted direction.
8endmsg 9endmsg
9other_arch bullet 10other_arch bullet
11sound wn/magic-missile-1-miss
10face spell_sorcery.x11 12face spell_sorcery.x11
11sp 1 13sp 1
12maxsp 6 14maxsp 6
13dam 10 15dam 10
14level 1 16level 1
15type 101
16subtype 5 17subtype 5
17attacktype 2 18attacktype 2
18path_attuned 16 19path_attuned 16
19value 10 20value 10
20invisible 1 21invisible 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines