ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/Dog/dog.arc
Revision: 1.6
Committed: Sat Mar 3 00:50:11 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.5: +13 -14 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

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