--- deliantra/arch/spell/MagicWall/spell_create_frost_wall.arc 2007/01/02 21:58:33 1.2 +++ deliantra/arch/spell/MagicWall/spell_create_frost_wall.arc 2010/04/21 09:30:00 1.11 @@ -1,25 +1,31 @@ -Object spell_create_frost_wall +object spell_create_frost_wall +inherit type_spell name create frost wall name_pl create frost wall +skill evocation +msg +Creates a wall-like area with an icestorm in it, in the direction it is cast but perpendicular to it. +The wall will hurt creatures that try to cross it with frost, and will eventually +evaporate. +endmsg +other_arch icestorm face spell_evocation.x11 -level 8 sp 8 -casting_time 10 -path_attuned 2048 -other_arch icestorm -skill evocation -type 101 +maxsp 8 +dam 2 +level 14 subtype 15 -value 80 -no_drop 1 +attacktype 18 +path_attuned 2048 +value 1 invisible 1 duration 240 -duration_modifier 1 -dam 2 -dam_modifier 3 -maxsp 8 -attacktype 18 range 2 range_modifier 12 -no_pass 1 +duration_modifier 1 +dam_modifier 3 +move_block all +no_drop 1 +casting_time 10 end +