ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/spell_counterspell.arc
Revision: 1.7
Committed: Sun Sep 28 07:29:59 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Changes since 1.6: +1 -1 lines
Log Message:
update many spell descritpions, using my new toy cf-slotutil

File Contents

# User Rev Content
1 root 1.5 object spell_counterspell
2 root 1.1 name counterspell
3     name_pl counterspell
4 root 1.6 skill summoning
5     msg
6     Counterspell shoots out a cone of energy that
7 root 1.7 absorbs other spell energy. This can be used
8 root 1.6 to counter incoming spells so that they do
9     not hit the character.
10     endmsg
11     other_arch counterspell
12 root 1.4 face spell_summoner.x11
13     sp 10
14 root 1.6 maxsp 18
15 root 1.4 dam 0
16 root 1.6 level 3
17 root 1.4 type 101
18     subtype 7
19 root 1.6 attacktype 524288
20     path_attuned 128
21 root 1.4 value 30
22 root 1.6 invisible 1
23     duration 2
24     range 6
25     range_modifier 3
26     dam_modifier 0
27 root 1.4 no_drop 1
28 root 1.6 casting_time 2
29 root 1.1 end
30 root 1.6