ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicMissile/spell_magic_miss.arc
Revision: 1.15
Committed: Wed Apr 21 09:29:59 2010 UTC (14 years, 3 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.14: +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

# Content
1 object spell_magic_missile
2 inherit type_spell
3 name magic missile
4 name_pl magic missile
5 skill sorcery
6 msg
7 Fires a weakly-tracking magical bolt.
8 It can actually track the target, but the turning is weak, even stupid:
9 at times these missiles will fly right into a wall.
10 endmsg
11 other_arch magic_missile
12 sound wn/magic-missile-1-miss
13 face spell_sorcery.x11
14 sp 1
15 maxsp 10
16 dam 9
17 level 4
18 subtype 11
19 attacktype 2
20 path_attuned 16
21 value 1
22 invisible 1
23 range 25
24 dam_modifier 1
25 no_drop 1
26 casting_time 3
27 end
28