ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicWall/spell_counterwall.arc
Revision: 1.9
Committed: Thu Sep 17 08:14:49 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_90, rel-2_92, rel-2_93
Changes since 1.8: +1 -1 lines
Log Message:
- try to avoid the word "spell" int he sepll description, and
  also their name, so the description actually fits dusts or
  custom spells better.
- fix some typos/errors in the spell descriptions

File Contents

# User Rev Content
1 root 1.5 object spell_counterwall
2 root 1.1 name counterwall
3     name_pl counterwall
4 root 1.6 skill summoning
5     msg
6     Counterwall creates a wall that fires
7 root 1.7 counterspells. Counterspells are cone spells
8 root 1.6 that prevent spells from passing through the
9 root 1.7 affected area.
10    
11     Counterwalls can be useful to
12     constantly neutralize spell effects. The
13 root 1.9 counterwall itself has finite duration.
14 root 1.6 endmsg
15     other_arch counterspell
16 root 1.4 face spell_summoner.x11
17 root 1.6 sp 8
18     maxsp 20
19 root 1.8 level 22
20 root 1.6 type 101
21     subtype 15
22 root 1.4 attacktype 524288
23     path_attuned 256
24     value 80
25     invisible 1
26     duration 100
27     range 2
28     range_modifier 15
29 root 1.6 duration_modifier 1
30     move_block all
31     no_drop 1
32     casting_time 14
33 root 1.1 end
34 root 1.6