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.5 by root, Sat Mar 3 00:51:06 2007 UTC vs.
Revision 1.9 by root, Thu Sep 17 08:14:47 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines