ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/farmyard/sheep.arc
Revision: 1.4
Committed: Tue Feb 6 22:40:34 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.3: +20 -20 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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