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

Comparing deliantra/arch/spell/Swarm/spell_missile_swarm.arc (file contents):
Revision 1.5 by root, Sat Mar 3 00:51:20 2007 UTC vs.
Revision 1.13 by elmex, Wed Apr 21 09:30:07 2010 UTC

1Object spell_missile_swarm 1object spell_missile_swarm
2inherit type_spell
2name missile swarm 3name missile swarm
3name_pl missile swarm 4name_pl missile swarm
5skill sorcery
6msg
7Fires many magic missiles.
8
9They can actually turn to reach the target, but the turning is weak, even stupid:
10at times these missiles will fly right into a wall.
11endmsg
12other_arch spell_magic_missile
4face spell_sorcery.x11 13face spell_sorcery.x11
5skill sorcery 14sp 6
6type 101 15maxsp 12
16level 17
7subtype 36 17subtype 36
8level 7
9value 70
10sp 6
11casting_time 3
12path_attuned 16 18path_attuned 16
13other_arch spell_magic_missile 19value 1
20invisible 1
14duration 3 21duration 3
15duration_modifier 4 22duration_modifier 4
16maxsp 12
17no_drop 1 23no_drop 1
18invisible 1 24casting_time 3
19msg
20This spell fires many magic missiles. They 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.
21endmsg
22end 25end
26

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines