ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/spell_sparkshower.arc
Revision: 1.5
Committed: Sat Mar 3 01:24:18 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_32, rel-2_43, rel-2_42, rel-2_41
Changes since 1.4: +18 -17 lines
Log Message:
second normaliser run - dude

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 root 1.3 sp 5
12 root 1.5 maxsp 9
13 root 1.3 dam 2
14 root 1.5 level 1
15 root 1.3 type 101
16     subtype 7
17 root 1.5 attacktype 10
18     path_attuned 8
19 root 1.3 value 10
20 root 1.5 invisible 1
21     duration 2
22     range 6
23     range_modifier 5
24     dam_modifier 5
25 root 1.3 no_drop 1
26 root 1.5 casting_time 6
27 root 1.1 end
28 root 1.5