ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/spell_windstorm.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.6 object spell_windstorm
2 root 1.10 inherit type_spell
3 root 1.1 name windstorm
4     name_pl windstorm
5 root 1.7 skill praying
6     msg
7 root 1.8 The windstorm prayer, a special prayer of Sorig,
8     strikes enemies in its cone of effect with minor wind damage,
9     and forces them back. It also sweeps along items which are not too heavy.
10    
11     Granted at medium level.
12 root 1.7 endmsg
13     other_arch windstorm
14 pippijn 1.3 face spell_praying.x11
15 root 1.1 grace 3
16 root 1.7 maxgrace 8
17 root 1.5 dam 0
18 root 1.9 level 5
19 root 1.1 subtype 7
20 root 1.7 attacktype 1
21     path_attuned 0
22 elmex 1.12 value 1
23 root 1.7 invisible 1
24     duration 3
25     range 20
26     range_modifier 4
27     dam_modifier 0
28 root 1.5 no_drop 1
29 root 1.7 casting_time 10
30 root 1.1 end
31 root 1.7