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.7 by root, Sat Mar 3 01:16:51 2007 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
9editable 8
10end
11
12# below is the cone effect for the spider web. 1# below is the cone effect for the spider web.
13# all it really does is drop the spider_web2 archs, which 2# all it really does is drop the spider_web2 archs, which
14# then hamper movement. 3# then hamper movement.
15object spiderweb_cone 4object spiderweb_cone
16name spider web 5name spider web
17other_arch spider_web2 6other_arch spider_web2
18face spider_web.x11 7face spider_web.x11
8walk_on 1
9fly_on 1
19wc -90 10wc -90
20speed 1 11flying 1
21type 102 12type 102
22subtype 7 13subtype 7
23move_type fly_low 14no_pick 1
24move_on all 15speed 1
25no_pick 1 16no_pick 1
26editable 0 17editable 0
27end 18end
28 19#
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