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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines