ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/mouse.arc
Revision: 1.8
Committed: Sat Mar 3 01:22:45 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.7: +16 -15 lines
Log Message:
second normaliser run - dude

File Contents

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