ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/Bear/bear.arc
Revision: 1.3
Committed: Fri Feb 9 01:51:48 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.2: +10 -10 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.2 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.2 name bear
10 root 1.1 race animal
11 root 1.2 face bear.x31
12     str 30
13     con 2
14     wis 10
15     int 5
16     hp 200
17     maxhp 200
18     exp 700
19     dam 20
20     wc 2
21     ac 1
22     speed -0.085
23     attack_movement 4
24     level 6
25     attacktype 1
26     weight 300000
27 root 1.1 randomitems bear
28 root 1.2 run_away 6
29     alive 1
30     no_pick 1
31 root 1.1 monster 1
32     sleep 1
33     color_fg brown
34 root 1.2 editable 1
35 root 1.3 end
36     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     name bear
46     face bear.x31
47 root 1.2 y 1
48     alive 1
49     no_pick 1
50     monster 1
51 root 1.1 color_fg brown
52     end
53 root 1.2