ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/spell_windstorm.arc
(Generate patch)

Comparing deliantra/arch/spell/Cone/spell_windstorm.arc (file contents):
Revision 1.5 by root, Sat Mar 3 00:51:09 2007 UTC vs.
Revision 1.10 by root, Fri Apr 2 21:26:28 2010 UTC

1Object spell_windstorm 1object spell_windstorm
2inherit type_spell
2name windstorm 3name windstorm
3name_pl windstorm 4name_pl windstorm
5skill praying
6msg
7The windstorm prayer, a special prayer of Sorig,
8strikes enemies in its cone of effect with minor wind damage,
9and forces them back. It also sweeps along items which are not too heavy.
10
11Granted at medium level.
12endmsg
13other_arch windstorm
4face spell_praying.x11 14face spell_praying.x11
5level 3
6grace 3 15grace 3
7casting_time 10 16maxgrace 8
8path_attuned 0
9other_arch windstorm
10dam 0 17dam 0
11dam_modifier 0 18level 5
12range 20
13duration 3
14range_modifier 4
15maxgrace 8
16type 101 19type 101
17subtype 7 20subtype 7
21attacktype 1
22path_attuned 0
18value 30 23value 30
19attacktype 1 24invisible 1
25duration 3
26range 20
27range_modifier 4
28dam_modifier 0
20no_drop 1 29no_drop 1
21invisible 1 30casting_time 10
22skill praying
23msg
24The windstorm prayer, a special prayer of Sorig, strikes enemies in its cone of effect with minor wind damage, and forces them back. It also sweeps along items which are not too heavy. Granted at medium level.
25endmsg
26end 31end
32

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines