ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/bird.arc
Revision: 1.9
Committed: Sun Mar 11 00:15:27 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.8: +1 -1 lines
Log Message:
normalise color_fg to magicmap

File Contents

# User Rev Content
1 root 1.7 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.8 race bird
14     face bird.x11
15     wis 8
16 root 1.4 hp 3
17     maxhp 3
18 root 1.8 exp 20
19     dam 1
20 root 1.6 wc 15
21 root 1.8 ac 2
22 root 1.4 speed -0.3
23 root 1.8 attack_movement 3
24     level 1
25 root 1.6 weight 1500
26 root 1.8 randomitems bird
27     run_away 80
28     move_type fly_low
29     alive 1
30     no_pick 1
31     monster 1
32     sleep 1
33 root 1.4 editable 1
34 root 1.9 magicmap brown
35 root 1.1 end
36 root 1.8