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.1.1.1 by root, Mon Feb 6 20:26:27 2006 UTC vs.
Revision 1.12 by elmex, Wed Apr 21 09:30:02 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.111 15face spell_evocation.x11
5type 101 16sp 10
17maxsp 15
18dam 8
19level 35
6subtype 35 20subtype 35
7level 9 21attacktype 10
8value 90
9sp 10
10casting_time 10
11skill evocation
12path_attuned 8 22path_attuned 8
13other_arch ball_lightning 23value 1
14dam 8 24invisible 1
15dam_modifier 3
16duration 40 25duration 40
17duration_modifier 1 26duration_modifier 1
18maxsp 15 27dam_modifier 3
19attacktype 10
20no_drop 1 28no_drop 1
21invisible 1 29casting_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 30end
31

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines