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

File Contents

# User Rev Content
1 root 1.4 object bird
2 root 1.5 anim
3     facings 4
4     bird.x11
5     bird.x12
6     bird.x31
7     bird.x32
8     bird.x51
9     bird.x52
10     bird.x71
11     bird.x72
12     mina
13 root 1.4 race bird
14 pippijn 1.3 face bird.x11
15 root 1.4 wis 8
16     hp 3
17     maxhp 3
18     exp 20
19     dam 1
20     wc 15
21     ac 2
22     speed -0.3
23     attack_movement 3
24     level 1
25     weight 1500
26 elmex 1.2 randomitems bird
27 root 1.4 run_away 80
28     move_type all
29     alive 1
30     no_pick 1
31     monster 1
32     sleep 1
33 root 1.1 color_fg brown
34 root 1.4 editable 1
35 root 1.1 end
36 root 1.4