ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_earth_to_dust.arc
Revision: 1.8
Committed: Sun Sep 28 15:12:03 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_78
Changes since 1.7: +1 -1 lines
Log Message:
rebalancing of all spell levels, some sp changes

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     Earth to dust causes damage to all earth
7     walls and other weak walls within the
8 root 1.7 immediate area of the caster.
9    
10     It does not damage any other objects or monsters, and is a great way to find secret passages,
11     or simply help destroy earthwalls for the notoriously weak magician.
12 root 1.6 endmsg
13     other_arch destruction
14 pippijn 1.2 face spell_summoner.x11
15 root 1.6 sp 5
16     maxsp 3
17 root 1.8 level 11
18 root 1.1 type 101
19     subtype 23
20 root 1.6 path_attuned 0
21 root 1.1 value 20
22     invisible 1
23     range 2
24     range_modifier 3
25 root 1.6 no_drop 1
26     casting_time 15
27 root 1.1 end
28 root 1.6