ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/farmyard/sheep.arc
Revision: 1.10
Committed: Tue Nov 3 09:49:15 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.9: +0 -1 lines
Log Message:
remove editable field, elmey says so

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     wis 5
10 root 1.4 hp 5
11     maxhp 5
12 root 1.8 exp 1
13     dam 1
14 root 1.6 wc 15
15 root 1.8 ac 9
16     speed 0.2
17     attack_movement 2
18     level 1
19 root 1.6 attacktype 18
20 root 1.8 resist_cold 10
21 root 1.6 weight 60000
22 root 1.8 randomitems sheep
23     run_away 80
24     alive 1
25     monster 1
26 root 1.9 magicmap white
27 root 1.1 end
28 root 1.8