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

File Contents

# User Rev Content
1 root 1.4 object centipede
2 root 1.1 anim
3 pippijn 1.2 facings 8
4 pippijn 1.3 centipede.x11
5     centipede.x12
6     centipede.x13
7     centipede.x14
8     centipede.x21
9     centipede.x22
10     centipede.x23
11     centipede.x24
12     centipede.x31
13     centipede.x32
14     centipede.x33
15     centipede.x34
16     centipede.x41
17     centipede.x42
18     centipede.x43
19     centipede.x44
20     centipede.x51
21     centipede.x52
22     centipede.x53
23     centipede.x54
24     centipede.x61
25     centipede.x62
26     centipede.x63
27     centipede.x64
28     centipede.x71
29     centipede.x72
30     centipede.x73
31     centipede.x74
32     centipede.x81
33     centipede.x82
34     centipede.x83
35     centipede.x84
36 root 1.1 mina
37 root 1.5 name large centipede
38     race insect
39     other_arch centipede
40     face centipede.x11
41     con 1
42     wis 5
43     hp 10
44     maxhp 10
45     sp 135
46     maxsp 60
47     exp 32
48     dam 10
49     wc 8
50     ac 10
51     speed -0.1
52     level 4
53     weight 5000
54     alive 1
55     no_pick 1
56     monster 1
57     generator 1
58     sleep 1
59     can_see_in_dark 1
60     editable 1
61     magicmap green
62 root 1.1 end
63 root 1.4