ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/farmyard/sheep.arc
Revision: 1.7
Committed: Sat Mar 3 01:15:53 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.6: +1 -1 lines
Log Message:
lowercase Object and More manually for the time being

File Contents

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