ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/mouse.arc
Revision: 1.9
Committed: Sun Mar 11 00:15:27 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.8: +1 -1 lines
Log Message:
normalise color_fg to magicmap

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 root 1.4 editable 1
26 root 1.9 magicmap brown
27 root 1.1 end
28 root 1.8