--- deliantra/arch/spell/MagicWall/spell_build_bullet_wall.arc 2006/02/06 20:26:24 1.1.1.1 +++ deliantra/arch/spell/MagicWall/spell_build_bullet_wall.arc 2010/04/21 09:29:59 1.12 @@ -1,31 +1,34 @@ -Object spell_build_bullet_wall +object spell_build_bullet_wall +inherit type_spell name build bullet wall name_pl build bullet wall -face spell_evocation.111 -type 101 -subtype 15 -level 12 -value 120 -sp 35 -casting_time 15 +race lbulletwall_%d skill evocation +msg +Creates a wall that fires +magic bullets in the direction it was targetted, +as per the magic bullet spell. + +The bullet wall itself can be torn down, and +will eventually expire on its own. +endmsg +face spell_evocation.x11 +sp 35 +maxsp 10 +dam 80 +level 35 +subtype 15 path_attuned 2048 -no_drop 1 +value 1 invisible 1 -race lbulletwall_%d duration 100 +range 0 duration_modifier 1 -dam 80 dam_modifier 1 -range 0 -maxsp 10 +move_block all is_used_up 1 tear_down 1 -msg -Build bullet wall creates a wall that fires -magic bullets, as per the magic bullet spell. -The bullet wall itself can be torn down, and -will eventually expire on its own. -endmsg -no_pass 1 +no_drop 1 +casting_time 15 end +