ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/spiderweb.arc
Revision: 1.7
Committed: Sat Mar 3 01:16:51 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.6: +2 -2 lines
Log Message:
lowercase Object and More manually for the time being

File Contents

# Content
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.
4 object spiderweb_cone
5 name spider web
6 other_arch spider_web2
7 face spider_web.x11
8 walk_on 1
9 fly_on 1
10 wc -90
11 flying 1
12 type 102
13 subtype 7
14 no_pick 1
15 speed 1
16 no_pick 1
17 editable 0
18 end
19 #
20 object spider_web2
21 name spider web
22 face spider_web.x11
23 animation spider_web
24 no_pick 1
25 slow_move 7
26 material 128
27 editable 8
28 end