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

File Contents

# User Rev Content
1 root 1.6 object spell_windstorm
2 root 1.10 inherit type_spell
3 root 1.1 name windstorm
4     name_pl windstorm
5 root 1.7 skill praying
6     msg
7 root 1.8 The windstorm prayer, a special prayer of Sorig,
8     strikes enemies in its cone of effect with minor wind damage,
9     and forces them back. It also sweeps along items which are not too heavy.
10    
11     Granted at medium level.
12 root 1.7 endmsg
13     other_arch windstorm
14 pippijn 1.3 face spell_praying.x11
15 root 1.1 grace 3
16 root 1.7 maxgrace 8
17 root 1.5 dam 0
18 root 1.9 level 5
19 root 1.1 type 101
20     subtype 7
21 root 1.7 attacktype 1
22     path_attuned 0
23 root 1.5 value 30
24 root 1.7 invisible 1
25     duration 3
26     range 20
27     range_modifier 4
28     dam_modifier 0
29 root 1.5 no_drop 1
30 root 1.7 casting_time 10
31 root 1.1 end
32 root 1.7