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

# User Rev Content
1 root 1.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 root 1.7 object spiderweb_cone
5 root 1.1 name spider web
6     other_arch spider_web2
7 pippijn 1.2 face spider_web.x11
8 root 1.6 walk_on 1
9     fly_on 1
10 root 1.1 wc -90
11 root 1.6 flying 1
12 root 1.1 type 102
13     subtype 7
14 root 1.6 no_pick 1
15     speed 1
16 root 1.1 no_pick 1
17     editable 0
18     end
19 root 1.6 #
20 root 1.7 object spider_web2
21 root 1.6 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