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

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

1Object spell_shockwave 1object spell_shockwave
2inherit type_spell
2name shockwave 3name shockwave
3name_pl shockwave 4name_pl shockwave
4face spell_evocation.x11
5level 14
6sp 26
7casting_time 9
8path_attuned 0
9other_arch shockwave
10dam 10
11dam_modifier 3
12range 18
13duration 2
14range_modifier 5
15maxsp 25
16type 101
17subtype 7
18value 140
19attacktype 3
20no_drop 1
21invisible 1
22skill evocation 5skill evocation
23msg 6msg
24Shockwave is a cone of force, hitting 7Creates a cone of force, hitting
25creatures with magical and physical force. 8creatures with magical and physical force.
26Because it hits with physical force, armor 9Because it hits with physical force, armor
27provides some protection from this attack. 10provides some protection from this attack.
28endmsg 11endmsg
12other_arch shockwave
13face spell_evocation.x11
14sp 26
15maxsp 25
16dam 10
17level 22
18type 101
19subtype 7
20attacktype 3
21path_attuned 0
22value 140
23invisible 1
24duration 2
25range 18
26range_modifier 5
27dam_modifier 3
28no_drop 1
29casting_time 9
29end 30end
31

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines