--- deliantra/arch/spell/Cone/spiderweb.arc 2007/02/06 23:29:28 1.4 +++ deliantra/arch/spell/Cone/spiderweb.arc 2007/03/03 00:51:09 1.6 @@ -1,28 +1,28 @@ -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. -object spiderweb_cone +Object spiderweb_cone 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 all -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