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

Comparing deliantra/arch/spell/Bolt/spell_lg_lightning.arc (file contents):
Revision 1.5 by root, Sat Mar 3 01:16:44 2007 UTC vs.
Revision 1.9 by root, Fri Apr 2 21:26:22 2010 UTC

1object spell_large_lightning 1object spell_large_lightning
2inherit type_spell
2name large lightning 3name large lightning
3name_pl large lightnings 4name_pl large lightnings
5skill pyromancy
6msg
7Creates a bolt of lightning.
8
9Has a longer range,
10the bolt persists longer, and it does more
11damage than small lightning.
12endmsg
13other_arch lightning
4face spell_pyromancy.x11 14face spell_pyromancy.x11
5level 4
6sp 13 15sp 15
7casting_time 7 16maxsp 24
8path_attuned 8
9other_arch lightning
10dam 8 17dam 8
11dam_modifier 3 18level 25
12duration 16
13maxsp 24
14skill pyromancy
15type 101 19type 101
16subtype 4 20subtype 4
21attacktype 10
22path_attuned 8
17value 40 23value 40
18attacktype 10 24invisible 1
25duration 16
19range 24 26range 24
27dam_modifier 3
20no_drop 1 28no_drop 1
21invisible 1 29casting_time 7
22msg
23Large lightning creates a bolt of lightning.
24The large lightning spell has a longer range,
25the bolt persists longer, and it does more
26damage than the small lightning spell.
27endmsg
28end 30end
31

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines