ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/spell_color_spray.arc
Revision: 1.6
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_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_71, rel-2_54, rel-2_55, rel-2_56, rel-2_53, rel-2_32, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.5: +19 -18 lines
Log Message:
second normaliser run - dude

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     Color spray fires a fan of energy. This
7     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     level 13
24     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