ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/bird.arc
Revision: 1.4
Committed: Tue Feb 6 22:40:31 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.3: +21 -20 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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