ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/Dog/mastif.arc
Revision: 1.5
Committed: Fri Feb 9 01:51:50 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.4: +11 -11 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.4 object mastif
2 root 1.5 anim
3     facings 2
4     mastif.x31
5     mastif.x32
6     mastif.x33
7     mastif.x32
8     mastif.x71
9     mastif.x72
10     mastif.x73
11     mastif.x72
12     mina
13 root 1.1 name mastif
14 root 1.4 race animal
15     face mastif.x31
16     con 2
17     wis 20
18     hp 120
19     maxhp 120
20     exp 200
21     dam 9
22     wc 1
23     ac 1
24     speed -0.2
25     attack_movement 3
26     level 8
27     weight 60000
28 elmex 1.2 randomitems mastif
29 root 1.4 run_away 5
30     alive 1
31     monster 1
32     sleep 1
33     can_see_in_dark 1
34     color_fg brown
35     editable 1
36 root 1.1 end
37 root 1.4