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

File Contents

# User Rev Content
1 root 1.4 object mouse
2 root 1.5 anim
3     mouse.x11
4     mouse.x12
5     mina
6 root 1.4 race animal
7 root 1.1 other_arch mouse
8 pippijn 1.3 face mouse.x11
9 root 1.4 hp 1
10     maxhp 1
11     maxsp 15
12     exp 5
13     dam 2
14     wc 25
15     ac 7
16     speed -0.11
17     attack_movement 2
18     level 1
19     weight 80
20 elmex 1.2 randomitems mouse
21 root 1.4 alive 1
22     no_pick 1
23     monster 1
24     generator 1
25 root 1.1 color_fg brown
26 root 1.4 editable 1
27 root 1.1 end
28 root 1.4