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

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