ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/spell_color_spray.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:25 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +20 -19 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 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.3 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.3