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

File Contents

# User Rev Content
1 root 1.4 Object bear
2     race animal
3     name bear
4     randomitems bear
5     monster 1
6     sleep 1
7     Wis 10
8     face bear.x31
9     color_fg brown
10 root 1.3 anim
11     bear.x31
12     bear.x32
13     bear.x71
14     bear.x72
15     facings 2
16     mina
17 root 1.2 exp 700
18 root 1.4 ac 1
19     wc 2
20 root 1.2 dam 20
21 root 1.4 hp 200
22     attacktype 1
23 root 1.2 attack_movement 4
24 root 1.4 Con 2
25     Str 30
26     Int 5
27     maxhp 200
28 root 1.2 level 6
29 root 1.4 alive 1
30     no_pick 1
31     speed -0.085
32 root 1.2 weight 300000
33     run_away 6
34     editable 1
35 root 1.3 end
36 root 1.4 More
37     Object bear_2
38     name bear
39     face bear.x31
40     color_fg brown
41 root 1.1 anim
42     bear.x31
43     bear.x32
44     bear.x71
45     bear.x72
46     facings 2
47     mina
48 root 1.4 monster 1
49 root 1.2 alive 1
50     no_pick 1
51 root 1.4 y 1
52 root 1.1 end