ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/spell_counterspell.arc
Revision: 1.8
Committed: Sun Sep 28 15:12:03 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_90, rel-2_92, rel-2_93, rel-2_78
Changes since 1.7: +1 -1 lines
Log Message:
rebalancing of all spell levels, some sp changes

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.8 level 16
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