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

File Contents

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