--- deliantra/arch/spell/MagicWall/spell_create_earth_wall.arc 2007/01/02 21:58:33 1.2 +++ deliantra/arch/spell/MagicWall/spell_create_earth_wall.arc 2007/02/06 22:41:26 1.3 @@ -1,23 +1,7 @@ -Object spell_create_earth_wall +object spell_create_earth_wall name create earth wall name_pl create earth wall -face spell_summoner.x11 -level 4 -sp 6 -casting_time 12 -path_attuned 2048 -other_arch earthwall skill summoning -type 101 -subtype 15 -value 40 -no_drop 1 -invisible 1 -duration 40 -duration_modifier 1 -range 2 -range_modifier 10 -no_pass 1 msg Create earth wall will create a line of earth walls. Unlike other magic wall spells, the @@ -28,4 +12,21 @@ earthwalls will stay around until they are destroyed. endmsg +other_arch earthwall +face spell_summoner.x11 +sp 6 +level 4 +type 101 +subtype 15 +path_attuned 2048 +value 40 +invisible 1 +duration 40 +range 2 +range_modifier 10 +duration_modifier 1 +move_block all +no_drop 1 +casting_time 12 end +