ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/spiderweb.arc
(Generate patch)

Comparing deliantra/arch/spell/Cone/spiderweb.arc (file contents):
Revision 1.6 by root, Sat Mar 3 00:51:09 2007 UTC vs.
Revision 1.7 by root, Sat Mar 3 01:16:51 2007 UTC

1# below is the cone effect for the spider web. 1# below is the cone effect for the spider web.
2# all it really does is drop the spider_web2 archs, which 2# all it really does is drop the spider_web2 archs, which
3# then hamper movement. 3# then hamper movement.
4Object spiderweb_cone 4object spiderweb_cone
5name spider web 5name spider web
6other_arch spider_web2 6other_arch spider_web2
7face spider_web.x11 7face spider_web.x11
8walk_on 1 8walk_on 1
9fly_on 1 9fly_on 1
15speed 1 15speed 1
16no_pick 1 16no_pick 1
17editable 0 17editable 0
18end 18end
19# 19#
20Object spider_web2 20object spider_web2
21name spider web 21name spider web
22face spider_web.x11 22face spider_web.x11
23animation spider_web 23animation spider_web
24no_pick 1 24no_pick 1
25slow_move 7 25slow_move 7

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines