ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicWall/spell_counterwall.arc
Revision: 1.13
Committed: Wed Oct 13 04:09:53 2010 UTC (13 years, 7 months ago) by sf-pippijn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +5 -4 lines
Log Message:
fixed description

File Contents

# Content
1 object spell_counterwall
2 inherit type_spell
3 name counterwall
4 name_pl counterwall
5 skill summoning
6 msg
7 Counterwall creates a wall of counterspell.
8 If the wall is strong enough, it prevents
9 other spells from penetrating it, giving you
10 a safe area behind it. The caster's spells
11 are not blocked.
12
13 Counterwalls can be useful to
14 constantly neutralize spell effects. The
15 counterwall itself has finite duration.
16 endmsg
17 other_arch counterspell
18 face spell_summoner.x11
19 sp 8
20 maxsp 20
21 level 22
22 subtype 15
23 attacktype 524288
24 path_attuned 256
25 value 1
26 invisible 1
27 duration 100
28 range 2
29 range_modifier 15
30 duration_modifier 1
31 move_block all
32 no_drop 1
33 casting_time 14
34 end
35