ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/spell_sparkshower.arc
Revision: 1.7
Committed: Sun Sep 28 07:29:59 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Changes since 1.6: +4 -0 lines
Log Message:
update many spell descritpions, using my new toy cf-slotutil

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.5 endmsg
14     other_arch sparkshower
15 elmex 1.6 face spell_sorcery.x11
16     sp 4
17 root 1.5 maxsp 9
18 elmex 1.6 dam 15
19 root 1.5 level 1
20 root 1.3 type 101
21     subtype 7
22 root 1.5 attacktype 10
23     path_attuned 8
24 root 1.3 value 10
25 root 1.5 invisible 1
26 elmex 1.6 duration 10
27 root 1.5 range 6
28     range_modifier 5
29 elmex 1.6 dam_modifier 3
30 root 1.3 no_drop 1
31 root 1.5 casting_time 6
32 root 1.1 end
33 root 1.5