ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/spell_wrathful_eye.arc
Revision: 1.9
Committed: Thu Sep 17 08:14:48 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_90, rel-2_92, rel-2_93
Changes since 1.8: +1 -1 lines
Log Message:
- try to avoid the word "spell" int he sepll description, and
  also their name, so the description actually fits dusts or
  custom spells better.
- fix some typos/errors in the spell descriptions

File Contents

# User Rev Content
1 root 1.5 object spell_wrathful_eye
2 root 1.1 name wrathful eye
3     name_pl wrathful eye
4     skill praying
5     msg
6 root 1.9 Emanates a blinding cone. Creatures
7 root 1.1 caught within the area may become blinded.
8     Blinded creatures have a harder time
9 root 1.7 attacking other creatures. The blinding is
10 root 1.1 not permanent, and will eventually wear off.
11     endmsg
12 root 1.6 other_arch wrathful_eye
13     face spell_praying.x11
14     grace 30
15     maxgrace 7
16     dam 20
17 root 1.8 level 15
18 root 1.6 type 101
19     subtype 7
20     attacktype 4194304
21     path_attuned 32
22     value 50
23     invisible 1
24     duration 2
25     range 5
26     range_modifier 5
27     dam_modifier 3
28     no_drop 1
29     casting_time 8
30 root 1.1 end
31 root 1.6