ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicWall/spell_counterwall.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:26 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +20 -19 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object spell_counterwall
2 root 1.1 name counterwall
3     name_pl counterwall
4 root 1.3 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 pippijn 1.2 face spell_summoner.x11
15 root 1.3 sp 8
16     maxsp 20
17 root 1.1 level 8
18 root 1.3 type 101
19     subtype 15
20 root 1.1 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.3 duration_modifier 1
28     move_block all
29     no_drop 1
30     casting_time 14
31 root 1.1 end
32 root 1.3