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.5 by root, Sun Feb 18 21:07:40 2007 UTC vs.
Revision 1.6 by root, Sat Mar 3 00:51:09 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines