ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Swarm/spell_missile_swarm.arc
Revision: 1.13
Committed: Wed Apr 21 09:30:07 2010 UTC (14 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.12: +1 -1 lines
Log Message:
rebalanced spell values.

base value for spellbooks have been adjusted greatly too.
also adjusted darcap town2 shops a bit w.r.t. difficulty and shopgreed.

File Contents

# User Rev Content
1 root 1.6 object spell_missile_swarm
2 root 1.11 inherit type_spell
3 root 1.1 name missile swarm
4     name_pl missile swarm
5 root 1.7 skill sorcery
6     msg
7 root 1.10 Fires many magic missiles.
8    
9 root 1.8 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 root 1.7 endmsg
12     other_arch spell_magic_missile
13 root 1.5 face spell_sorcery.x11
14 root 1.7 sp 6
15     maxsp 12
16 root 1.9 level 17
17 root 1.1 subtype 36
18 root 1.7 path_attuned 16
19 elmex 1.13 value 1
20 root 1.7 invisible 1
21 root 1.1 duration 3
22     duration_modifier 4
23     no_drop 1
24 root 1.7 casting_time 3
25 root 1.1 end
26 root 1.7