ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/farmyard/sheep.arc
Revision: 1.12
Committed: Sun Jul 11 03:46:16 2010 UTC (14 years ago) by root
Branch: MAIN
Changes since 1.11: +1 -0 lines
Log Message:
give all monsters a reasonable(?) int

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