ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/spell_sparkshower.arc
Revision: 1.9
Committed: Tue Dec 23 22:37:58 2008 UTC (15 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-2_80, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_78
Changes since 1.8: +3 -0 lines
Log Message:
*** empty log message ***

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     Sparkshower is a cone of electrical energy.
7     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     you deal with individiual 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