ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_earth_to_dust.arc
Revision: 1.9
Committed: Thu Sep 17 08:14:49 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_90, rel-2_92, rel-2_93
Changes since 1.8: +5 -4 lines
Log Message:
- try to avoid the word "spell" int he sepll description, and
  also their name, so the description actually fits dusts or
  custom spells better.
- fix some typos/errors in the spell descriptions

File Contents

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