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.2 by pippijn, Tue Jan 2 21:58:29 2007 UTC vs.
Revision 1.3 by root, Tue Feb 6 22:41:25 2007 UTC

1object spider_web2
2name spider web
3face spider_web.x11
4animation spider_web
5material 128
6move_slow walk
7move_slow_penalty 7
8no_pick 1
9editable 8
10end
11
1# below is the cone effect for the spider web. 12# below is the cone effect for the spider web.
2# all it really does is drop the spider_web2 archs, which 13# all it really does is drop the spider_web2 archs, which
3# then hamper movement. 14# then hamper movement.
4Object spiderweb_cone 15object spiderweb_cone
5name spider web 16name spider web
6other_arch spider_web2 17other_arch spider_web2
7face spider_web.x11 18face spider_web.x11
8walk_on 1
9fly_on 1
10wc -90 19wc -90
11flying 1 20speed 1
12type 102 21type 102
13subtype 7 22subtype 7
14no_pick 1 23move_type all
15speed 1 24move_on all
16no_pick 1 25no_pick 1
17editable 0 26editable 0
18end 27end
19# 28
20Object spider_web2
21name spider web
22face spider_web.x11
23animation spider_web
24no_pick 1
25slow_move 7
26material 128
27editable 8
28end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines