ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/spiderweb.arc
Revision: 1.4
Committed: Tue Feb 6 23:29:28 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.3: +1 -1 lines
Log Message:
replace material by materilname in all simple cases

File Contents

# Content
1 object spider_web2
2 name spider web
3 face spider_web.x11
4 animation spider_web
5 materialname cloth
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