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

Comparing deliantra/arch/spell/MagicWall/spell_create_earth_wall.arc (file contents):
Revision 1.1.1.1 by root, Mon Feb 6 20:26:24 2006 UTC vs.
Revision 1.12 by elmex, Wed Apr 21 09:30:00 2010 UTC

1Object spell_create_earth_wall 1object spell_create_earth_wall
2inherit type_spell
2name create earth wall 3name create earth wall
3name_pl create earth wall 4name_pl create earth wall
5skill summoning
6msg
7Creates a line of earth
8walls. Unlike other magic wall spells, the
9earthwalls cast no spells and do no damage.
10However, they block most creatures from
11passing over them, and block vision. Also,
12unlike many of the magic wall spells,
13earthwalls will stay around until they are
14physically destroyed.
15endmsg
16other_arch earthwall
4face spell_summoner.111 17face spell_summoner.x11
5level 4
6sp 6 18sp 6
7casting_time 12 19level 15
20subtype 15
8path_attuned 2048 21path_attuned 2048
9other_arch earthwall
10skill summoning
11type 101
12subtype 15
13value 40 22value 1
14no_drop 1
15invisible 1 23invisible 1
16duration 40 24duration 40
17duration_modifier 1
18range 2 25range 2
19range_modifier 10 26range_modifier 10
20no_pass 1 27duration_modifier 1
21msg 28move_block all
22Create earth wall will create a line of earth 29no_drop 1
23walls. Unlike other magic wall spells, the 30casting_time 12
24earthwalls cast no spells and do no damage.
25However, they block most creatures from
26passing over them, and block vision. Also,
27unlike many of the magic wall spells,
28earthwalls will stay around until they are
29destroyed.
30endmsg
31end 31end
32

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines