ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MovingBall/spell_ball_lightning.arc
Revision: 1.12
Committed: Wed Apr 21 09:30:02 2010 UTC (14 years, 2 months 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

# User Rev Content
1 root 1.5 object spell_ball_lightning
2 root 1.10 inherit type_spell
3 root 1.1 name ball lightning
4     name_pl ball lightning
5     skill evocation
6     msg
7 root 1.9 Creates a ball of electrical
8 root 1.7 energy. This ball heads in the general direction it
9 root 1.9 was targetted at, and if it encounters a monster, it
10 root 1.1 sticks to the monster, dancing around and
11 root 1.9 shocking them continuously. The ball
12 root 1.1 has a limited duration.
13     endmsg
14 root 1.6 other_arch ball_lightning
15     face spell_evocation.x11
16     sp 10
17     maxsp 15
18     dam 8
19 root 1.8 level 35
20 root 1.6 subtype 35
21     attacktype 10
22     path_attuned 8
23 elmex 1.12 value 1
24 root 1.6 invisible 1
25     duration 40
26     duration_modifier 1
27     dam_modifier 3
28     no_drop 1
29     casting_time 10
30 root 1.1 end
31 root 1.6