ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Swarm/spell_missile_swarm.arc
Revision: 1.11
Committed: Fri Apr 2 21:26:35 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.10: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

File Contents

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