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

Comparing deliantra/arch/spell/MagicMissile/spell_magic_miss.arc (file contents):
Revision 1.3 by pippijn, Tue Jan 2 21:58:32 2007 UTC vs.
Revision 1.12 by root, Thu Sep 17 08:14:49 2009 UTC

1Object spell_magic_missile 1object spell_magic_missile
2name magic missile 2name magic missile
3name_pl magic missile 3name_pl magic missile
4skill sorcery
5msg
6Fires a weakly-tracking magical bolt.
7It can actually track the target, but the turning is weak, even stupid:
8at times these missiles will fly right into a wall.
9endmsg
10other_arch magic_missile
11sound wn/magic-missile-1-miss
4face spell_sorcery.x11 12face spell_sorcery.x11
5level 1
6sp 1 13sp 1
7casting_time 3 14maxsp 10
8path_attuned 16
9other_arch magic_missile
10dam 9 15dam 9
11dam_modifier 1 16level 4
12maxsp 10
13skill sorcery
14type 101 17type 101
15subtype 11 18subtype 11
19attacktype 2
20path_attuned 16
16value 10 21value 10
17attacktype 2
18no_drop 1
19invisible 1 22invisible 1
20range 25 23range 25
21msg 24dam_modifier 1
22This spell fires a weakly-tracking magical bolt. It can actually turn to reach the target, but the turning is weak. The tracking is stupid: at times these missiles will fly right into a wall. 25no_drop 1
23endmsg 26casting_time 3
24end 27end
28

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines