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

File Contents

# User Rev Content
1 root 1.7 object dog
2 root 1.5 anim
3     facings 2
4     dog.x31
5     dog.x32
6     dog.x33
7     dog.x32
8     dog.x71
9     dog.x72
10     dog.x73
11     dog.x72
12     mina
13 root 1.8 race animal
14     face dog.x31
15     con 2
16     wis 20
17 root 1.4 hp 10
18     maxhp 10
19     exp 30
20     dam 5
21     wc 1
22 root 1.8 ac 4
23     speed -0.2
24     attack_movement 3
25 root 1.4 level 4
26     weight 30000
27 root 1.8 randomitems dog
28 root 1.4 run_away 15
29 root 1.8 alive 1
30     monster 1
31     sleep 1
32 root 1.4 color_fg brown
33 root 1.8 editable 1
34 root 1.1 end
35 root 1.8