ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/spell_color_spray.arc
Revision: 1.8
Committed: Sun Sep 28 15:12:03 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_78
Changes since 1.7: +1 -1 lines
Log Message:
rebalancing of all spell levels, some sp changes

File Contents

# User Rev Content
1 root 1.5 object spell_color_spray
2 root 1.1 name color spray
3     name_pl color spray
4     skill sorcery
5     msg
6 root 1.7 Color spray fires a fan of energy. This
7 root 1.1 energy hits with many different attacktypes,
8     so creatures that are highly resistant to
9     some will still take damage from some of the
10     other attacktypes of the spray. This spell
11     will not do as much damage compared to a
12     spell that hits with only one attacktype, but
13     is useful if it is not known what attacktype
14     a creature can be damaged with, or if the
15     room is full of varying creatures, with
16     different protections.
17     endmsg
18 root 1.6 other_arch color_spray
19     face spell_sorcery.x11
20     sp 35
21     maxsp 16
22     dam 20
23 root 1.8 level 30
24 root 1.6 type 101
25     subtype 7
26     attacktype 262144
27     path_attuned 0
28     value 130
29     invisible 1
30     duration 2
31     range 10
32     range_modifier 5
33     dam_modifier 3
34     no_drop 1
35     casting_time 9
36 root 1.1 end
37 root 1.6