ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicWall/spell_counterwall.arc
Revision: 1.6
Committed: Sat Mar 3 01:24:20 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_71, rel-2_54, rel-2_55, rel-2_56, rel-2_53, rel-2_32, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.5: +19 -18 lines
Log Message:
second normaliser run - dude

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     counterspells. Counterspells are cone spells
8     that prevent spells from passing through the
9     affected area. Counterwalls can be useful to
10     constantly neutralize spell effects. The
11     counterwall itself has a finite duration.
12     endmsg
13     other_arch counterspell
14 root 1.4 face spell_summoner.x11
15 root 1.6 sp 8
16     maxsp 20
17 root 1.4 level 8
18 root 1.6 type 101
19     subtype 15
20 root 1.4 attacktype 524288
21     path_attuned 256
22     value 80
23     invisible 1
24     duration 100
25     range 2
26     range_modifier 15
27 root 1.6 duration_modifier 1
28     move_block all
29     no_drop 1
30     casting_time 14
31 root 1.1 end
32 root 1.6