--- deliantra/arch/spell/Cone/spiderweb.arc 2007/02/18 21:07:40 1.5 +++ deliantra/arch/spell/Cone/spiderweb.arc 2007/03/03 01:16:51 1.7 @@ -1,14 +1,3 @@ -object spider_web2 -name spider web -face spider_web.x11 -animation spider_web -materialname cloth -move_slow walk -move_slow_penalty 7 -no_pick 1 -editable 8 -end - # below is the cone effect for the spider web. # all it really does is drop the spider_web2 archs, which # then hamper movement. @@ -16,13 +5,24 @@ name spider web other_arch spider_web2 face spider_web.x11 +walk_on 1 +fly_on 1 wc -90 -speed 1 +flying 1 type 102 subtype 7 -move_type fly_low -move_on all +no_pick 1 +speed 1 no_pick 1 editable 0 end - +# +object spider_web2 +name spider web +face spider_web.x11 +animation spider_web +no_pick 1 +slow_move 7 +material 128 +editable 8 +end