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

File Contents

# User Rev Content
1 root 1.4 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.1 race bird
10 root 1.4 face goose.x31
11     wis 1
12     hp 12
13     maxhp 12
14     exp 1
15     dam 15
16     wc 15
17     ac 9
18     speed -0.2
19     attack_movement 2
20     level 2
21     weight 8500
22 elmex 1.2 randomitems goose
23 root 1.4 run_away 80
24     alive 1
25     monster 1
26 root 1.1 color_fg brown
27 root 1.4 editable 1
28 root 1.1 end
29 root 1.4