ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/Bear/bear.arc
Revision: 1.6
Committed: Sat Mar 3 01:22:46 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.5: +25 -24 lines
Log Message:
second normaliser run - dude

File Contents

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