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.12 by elmex, Wed Apr 21 09:29:56 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
4face spell_sorcery.x11
5level 1
6sp 1
7casting_time 2
8path_attuned 16
9other_arch bullet
10dam 10
11dam_modifier 1
12maxsp 6
13skill sorcery 5skill sorcery
14type 101
15subtype 5
16value 10
17attacktype 2
18no_drop 1
19invisible 1
20msg 6msg
21A magic bullet causes damage in anything it hits. 7A magic bullet causes damage in anything it hits.
22It is fired in the cast direction. 8It is fired in the targetted direction.
23endmsg 9endmsg
10other_arch bullet
11sound wn/magic-missile-1-miss
12face spell_sorcery.x11
13sp 1
14maxsp 6
15dam 10
16level 1
17subtype 5
18attacktype 2
19path_attuned 16
20value 1
21invisible 1
22dam_modifier 1
23no_drop 1
24casting_time 2
24end 25end
26

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines