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

Comparing deliantra/arch/spell/Misc/spell_destruction.arc (file contents):
Revision 1.4 by root, Sat Mar 3 00:51:14 2007 UTC vs.
Revision 1.10 by root, Fri Apr 2 21:26:30 2010 UTC

1Object spell_destruction 1object spell_destruction
2inherit type_spell
2name destruction 3name destruction
3name_pl destruction 4name_pl destruction
5skill sorcery
6msg
7Damages all creatures in the area of effect.
8The size of the area depends on the spell strength.
9
10Unlike most spells, destruction will work through walls and doors.
11Thus, the caster need not see all the targets for this
12spell to work. The damage is all magical in nature.
13endmsg
14other_arch destruction
4face spell_sorcery.x11 15face spell_sorcery.x11
16sp 15
17maxsp 20
18dam 90
5level 18 19level 18
6sp 30
7casting_time 10
8path_attuned 0
9other_arch destruction
10skill sorcery
11type 101 20type 101
12subtype 16 21subtype 16
22attacktype 2
23path_attuned 0
13value 180 24value 180
14no_drop 1
15invisible 1 25invisible 1
16range 5 26range 5
17range_modifier 6 27range_modifier 10
18dam 15
19dam_modifier 3 28dam_modifier 1
20maxsp 15 29no_drop 1
21attacktype 2 30casting_time 10
22msg
23Destruction damages all creatures around the
24player. Unlike most spells, destruction will
25work through walls and doors. Thus, the
26caster need not see all the targets for this
27spell to work. The damage is all magical in
28nature.
29endmsg
30end 31end
32

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines