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

Comparing deliantra/arch/spell/MagicWall/spell_create_frost_wall.arc (file contents):
Revision 1.2 by pippijn, Tue Jan 2 21:58:33 2007 UTC vs.
Revision 1.8 by root, Sun Sep 28 15:12:03 2008 UTC

1Object spell_create_frost_wall 1object spell_create_frost_wall
2name create frost wall 2name create frost wall
3name_pl create frost wall 3name_pl create frost wall
4skill evocation
5msg
6Creates a wall-like area with an icestorm in it, in the direction it is cast but perpendicular to it.
7The wall will hurt creatures that try to cross it with frost, and will eventually
8evaporate.
9endmsg
10other_arch icestorm
4face spell_evocation.x11 11face spell_evocation.x11
5level 8
6sp 8 12sp 8
7casting_time 10 13maxsp 8
8path_attuned 2048 14dam 2
9other_arch icestorm 15level 14
10skill evocation
11type 101 16type 101
12subtype 15 17subtype 15
18attacktype 18
19path_attuned 2048
13value 80 20value 80
14no_drop 1
15invisible 1 21invisible 1
16duration 240 22duration 240
17duration_modifier 1
18dam 2
19dam_modifier 3
20maxsp 8
21attacktype 18
22range 2 23range 2
23range_modifier 12 24range_modifier 12
24no_pass 1 25duration_modifier 1
26dam_modifier 3
27move_block all
28no_drop 1
29casting_time 10
25end 30end
31

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines