ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/farmyard/goose.arc
Revision: 1.8
Committed: Sat Mar 3 01:22:48 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.7: +14 -13 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.7 object goose
2 root 1.5 anim
3     facings 2
4     goose.x71
5     goose.x72
6     goose.x31
7     goose.x32
8     mina
9 root 1.8 race bird
10     face goose.x31
11     wis 1
12 root 1.4 hp 12
13     maxhp 12
14 root 1.8 exp 1
15     dam 15
16 root 1.6 wc 15
17 root 1.8 ac 9
18 root 1.4 speed -0.2
19 root 1.8 attack_movement 2
20     level 2
21 root 1.6 weight 8500
22 root 1.8 randomitems goose
23     run_away 80
24     alive 1
25     monster 1
26     color_fg brown
27 root 1.4 editable 1
28 root 1.1 end
29 root 1.8