ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/mouse.arc
Revision: 1.10
Committed: Thu Apr 19 20:32:13 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.9: +5 -0 lines
Log Message:
added non-generator variants of snakes and mice for use in cities

File Contents

# Content
1 object mouse
2 anim
3 mouse.x11
4 mouse.x12
5 mina
6 race animal
7 other_arch mouse
8 face mouse.x11
9 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 randomitems mouse
21 alive 1
22 no_pick 1
23 monster 1
24 generator 1
25 editable 1
26 magicmap brown
27 end
28
29 object mouse_nongen
30 inherit mouse
31 generator 0
32 end
33