ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MovingBall/spell_ball_lightning.arc
(Generate patch)

Comparing deliantra/arch/spell/MovingBall/spell_ball_lightning.arc (file contents):
Revision 1.5 by root, Sat Mar 3 01:16:55 2007 UTC vs.
Revision 1.10 by root, Fri Apr 2 21:26:32 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines