--- deliantra/arch/spell/Cone/spiderweb.arc 2007/01/02 21:58:29 1.2 +++ deliantra/arch/spell/Cone/spiderweb.arc 2007/02/06 22:41:25 1.3 @@ -1,28 +1,28 @@ +object spider_web2 +name spider web +face spider_web.x11 +animation spider_web +material 128 +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 -flying 1 +speed 1 type 102 subtype 7 -no_pick 1 -speed 1 +move_type all +move_on all 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 +