ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicWall/spell_counterwall.arc
(Generate patch)

Comparing deliantra/arch/spell/MagicWall/spell_counterwall.arc (file contents):
Revision 1.1.1.1 by root, Mon Feb 6 20:26:24 2006 UTC vs.
Revision 1.13 by sf-pippijn, Wed Oct 13 04:09:53 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines