ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/spell_sparkshower.arc
Revision: 1.10
Committed: Thu Sep 17 08:14:48 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.9: +2 -2 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.4 object spell_spark_shower
2 root 1.1 name spark shower
3     name_pl spark shower
4 root 1.5 skill sorcery
5     msg
6 root 1.10 Creates a cone of electrical energy.
7 root 1.5 Creatures caught within the cone take magical
8     and electrical damage.
9 root 1.7
10     The damage is not very high, but the spell lasts a long time
11     and can be used to gradually weaken hordes of monsters while
12 root 1.10 you deal with individual creatures.
13 root 1.9
14     Some of the hipper mages around also use spark shower as a large area
15     light, as the sparks shine quite bright.
16 root 1.5 endmsg
17     other_arch sparkshower
18 elmex 1.6 face spell_sorcery.x11
19     sp 4
20 root 1.5 maxsp 9
21 elmex 1.6 dam 15
22 root 1.8 level 20
23 root 1.3 type 101
24     subtype 7
25 root 1.5 attacktype 10
26     path_attuned 8
27 root 1.3 value 10
28 root 1.5 invisible 1
29 elmex 1.6 duration 10
30 root 1.5 range 6
31     range_modifier 5
32 elmex 1.6 dam_modifier 3
33 root 1.3 no_drop 1
34 root 1.5 casting_time 6
35 root 1.1 end
36 root 1.5