ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/mouse.arc
Revision: 1.4
Committed: Tue Feb 6 22:40:32 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.3: +19 -18 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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