ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/panther.arc
Revision: 1.9
Committed: Sun Mar 11 00:15:27 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.8: +1 -1 lines
Log Message:
normalise color_fg to magicmap

File Contents

# User Rev Content
1 root 1.7 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.8 race animal
12     face panther.x31
13     con 3
14     wis 20
15 root 1.4 hp 50
16     maxhp 50
17     exp 70
18     dam 10
19     wc 1
20 root 1.8 ac 4
21     speed -0.3
22     attack_movement 3
23 root 1.4 level 4
24     weight 60000
25 root 1.8 randomitems panther
26 root 1.4 run_away 15
27 root 1.8 alive 1
28     monster 1
29     sleep 1
30     can_see_in_dark 1
31 root 1.6 editable 1
32 root 1.9 magicmap black
33 root 1.1 end
34 root 1.8