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.11 by elmex, Wed Apr 21 09:29:57 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
18subtype 7
19attacktype 3
20path_attuned 0
21value 1
22invisible 1
23duration 2
24range 18
25range_modifier 5
26dam_modifier 3
27no_drop 1
28casting_time 9
29end 29end
30

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines