ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/farmyard/sheep.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: +5 -5 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.4 object sheep
2 root 1.5 anim
3     facings 1
4     sheep.x31
5     sheep.x71
6     mina
7 root 1.1 race sheep
8 root 1.4 face sheep.x31
9     wis 5
10     hp 5
11     maxhp 5
12     exp 1
13     dam 1
14     wc 15
15     ac 9
16     speed 0.2
17     attack_movement 2
18     level 1
19     attacktype 18
20     resist_cold 10
21     weight 60000
22 elmex 1.2 randomitems sheep
23 root 1.4 run_away 80
24     alive 1
25     monster 1
26 root 1.1 color_fg white
27 root 1.4 editable 1
28 root 1.1 end
29 root 1.4