ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/spell_wrathful_eye.arc
Revision: 1.12
Committed: Wed Apr 21 09:29:58 2010 UTC (14 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.11: +1 -1 lines
Log Message:
rebalanced spell values.

base value for spellbooks have been adjusted greatly too.
also adjusted darcap town2 shops a bit w.r.t. difficulty and shopgreed.

File Contents

# User Rev Content
1 root 1.5 object spell_wrathful_eye
2 root 1.10 inherit type_spell
3 root 1.1 name wrathful eye
4     name_pl wrathful eye
5     skill praying
6     msg
7 root 1.9 Emanates a blinding cone. Creatures
8 root 1.1 caught within the area may become blinded.
9     Blinded creatures have a harder time
10 root 1.7 attacking other creatures. The blinding is
11 root 1.1 not permanent, and will eventually wear off.
12     endmsg
13 root 1.6 other_arch wrathful_eye
14     face spell_praying.x11
15     grace 30
16     maxgrace 7
17     dam 20
18 root 1.8 level 15
19 root 1.6 subtype 7
20     attacktype 4194304
21     path_attuned 32
22 elmex 1.12 value 1
23 root 1.6 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