ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MovingBall/spell_negaball.arc
Revision: 1.12
Committed: Wed Apr 21 09:30:02 2010 UTC (14 years, 1 month ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.11: +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_negaball
2 inherit type_spell
3 name negative energy ball
4 name_pl negative energy balls
5 skill evocation
6 msg
7 Creates a ball of
8 negative energy. This ball heads in the
9 direction it is targetted at, and if it encounters a
10 monster, it sticks to the monster, draining
11 the monster and doing cold damage as it does
12 so. The spell has a limited duration.
13 endmsg
14 other_arch negaball
15 face spell_evocation.x11
16 sp 10
17 maxsp 15
18 dam 8
19 level 60
20 subtype 35
21 attacktype 144
22 path_attuned 8
23 value 1
24 invisible 1
25 duration 40
26 duration_modifier 1
27 dam_modifier 3
28 no_drop 1
29 casting_time 11
30 end
31