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

Comparing deliantra/arch/spell/Cone/spell_wave.arc (file contents):
Revision 1.5 by root, Sat Mar 3 00:51:09 2007 UTC vs.
Revision 1.8 by root, Sun Sep 28 07:29:59 2008 UTC

1Object spell_wave 1object spell_wave
2name wave 2name wave
3name_pl wave 3name_pl wave
4face spell_praying.x11
5level 3
6grace 8
7casting_time 10
8path_attuned 0
9other_arch wave
10dam 0
11dam_modifier 3
12range 20
13duration 3
14range_modifier 4
15maxgrace 8
16type 101
17subtype 7
18value 30
19attacktype 1
20no_drop 1
21invisible 1
22skill praying 4skill praying
23msg 5msg
24This prayer will cast a wave of water which will spread like a cone. 6This prayer will cast a wave of water which will spread like a cone.
25If the wave hits something it will inflict physical damage. 7If the wave hits something it will inflict physical damage.
8
9It can also push monsters and items away, so can be used to create some distance between
10hordes of monsters and thew caster.
26endmsg 11endmsg
12other_arch wave
13face spell_praying.x11
14grace 8
15maxgrace 8
16dam 0
17level 3
18type 101
19subtype 7
20attacktype 1
21path_attuned 0
22value 30
23invisible 1
24duration 3
25range 20
26range_modifier 4
27dam_modifier 3
28no_drop 1
29casting_time 10
27end 30end
31

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines