--- deliantra/arch/spell/Cone/spiderweb.arc 2006/02/06 20:26:24 1.1 +++ deliantra/arch/spell/Cone/spiderweb.arc 2007/02/06 23:29:28 1.4 @@ -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.111 -walk_on 1 -fly_on 1 +face spider_web.x11 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.111 -animation spider_web -no_pick 1 -slow_move 7 -material 128 -editable 8 -end +