ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/spell_sparkshower.arc
Revision: 1.6
Committed: Sun Apr 20 19:24:28 2008 UTC (16 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-2_6, rel-2_7, rel-2_71, rel-2_54, rel-2_55, rel-2_56, rel-2_53, rel-2_61
Changes since 1.5: +5 -4 lines
Log Message:
rebalanced sparkshower and destruction

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