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

File Contents

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