ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/spell_shockwave.arc
Revision: 1.10
Committed: Fri Apr 2 21:34:29 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.9: +0 -1 lines
Log Message:
remove superfluous type 101 lines

File Contents

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