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.1.1.1 by root, Mon Feb 6 20:26:24 2006 UTC vs.
Revision 1.9 by root, Tue Nov 3 09:49:47 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines