ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Swarm/spell_missile_swarm.arc
Revision: 1.8
Committed: Sun Sep 28 07:30:00 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Changes since 1.7: +3 -1 lines
Log Message:
update many spell descritpions, using my new toy cf-slotutil

File Contents

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