ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/insect/spider_gen.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:11 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +4 -4 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 object spider_gen
2 root 1.4 anim
3     spider_web.x11
4     spider_web.x12
5     mina
6 root 1.3 name spider web
7 root 1.1 race insect
8     other_arch spider
9 pippijn 1.2 face spider_web.x11
10 root 1.1 hp 20
11 root 1.3 sp 130
12     maxsp 1
13 root 1.1 exp 80
14     ac 10
15     speed 0.01
16 root 1.3 level 1
17 root 1.1 weight -1
18     alive 1
19 root 1.3 generator 1
20     color_fg black
21 root 1.1 editable 1
22     end
23 root 1.3