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, 4 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

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