ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/spell_shockwave.arc
Revision: 1.9
Committed: Fri Apr 2 21:26:27 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.8: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

File Contents

# Content
1 object spell_shockwave
2 inherit type_spell
3 name shockwave
4 name_pl shockwave
5 skill evocation
6 msg
7 Creates a cone of force, hitting
8 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 face spell_evocation.x11
14 sp 26
15 maxsp 25
16 dam 10
17 level 22
18 type 101
19 subtype 7
20 attacktype 3
21 path_attuned 0
22 value 140
23 invisible 1
24 duration 2
25 range 18
26 range_modifier 5
27 dam_modifier 3
28 no_drop 1
29 casting_time 9
30 end
31