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

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

1Object spell_earth_to_dust 1object spell_earth_to_dust
2inherit type_spell
2name earth to dust 3name earth to dust
3name_pl earth to dust 4name_pl earth to dust
5skill summoning
6msg
7Causes damage to all earth
8walls and weak walls within the
9immediate area of the caster.
10
11It does not damage any other objects or monsters, and is a great way
12to find secret passages, or simply help destroy earthwalls for the
13notoriously weak magician.
14endmsg
15other_arch destruction
4face spell_summoner.x11 16face spell_summoner.x11
5level 2
6sp 5 17sp 5
7casting_time 15 18maxsp 3
8path_attuned 0 19level 11
9other_arch destruction
10skill summoning
11type 101 20type 101
12subtype 23 21subtype 23
22path_attuned 0
13value 20 23value 20
14no_drop 1
15invisible 1 24invisible 1
16maxsp 3
17range 2 25range 2
18range_modifier 3 26range_modifier 3
19msg 27no_drop 1
20Earth to dust causes damage to all earth 28casting_time 15
21walls and other weak walls within the
22immediate area of the caster. It does not
23damage any other objects or monsters.
24endmsg
25end 29end
30

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines