ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/farmyard/sheep.arc
Revision: 1.11
Committed: Tue Nov 3 09:58:59 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.10: +1 -1 lines
Log Message:
big cfarch-normalize run

File Contents

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