ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/spiderweb.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:25 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +16 -16 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# Content
1 object spider_web2
2 name spider web
3 face spider_web.x11
4 animation spider_web
5 material 128
6 move_slow walk
7 move_slow_penalty 7
8 no_pick 1
9 editable 8
10 end
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.
15 object spiderweb_cone
16 name spider web
17 other_arch spider_web2
18 face spider_web.x11
19 wc -90
20 speed 1
21 type 102
22 subtype 7
23 move_type all
24 move_on all
25 no_pick 1
26 editable 0
27 end
28