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.3 by pippijn, Tue Jan 2 21:58:43 2007 UTC vs.
Revision 1.11 by root, Fri Apr 2 21:26:35 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
15maxsp 12
16level 17
6type 101 17type 101
7subtype 36 18subtype 36
8level 7 19path_attuned 16
9value 70 20value 70
10sp 6 21invisible 1
11casting_time 3
12path_attuned 16
13other_arch spell_magic_missile
14duration 3 22duration 3
15duration_modifier 4 23duration_modifier 4
16maxsp 12
17no_drop 1 24no_drop 1
18invisible 1 25casting_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 26end
27

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines