ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/shadowtiger/shadowpup.arc
Revision: 1.7
Committed: Sat Mar 3 01:22:49 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0, rel-2_1
Changes since 1.6: +12 -11 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 object shadowpup
2 root 1.4 anim
3     facings 2
4     panther.x31
5     panther.x32
6     blank.x11
7     panther.x33
8     blank.x11
9     panther.x71
10     panther.x72
11     blank.x11
12     panther.x73
13     blank.x11
14     mina
15 root 1.7 name shadowtiger pup
16     race animal
17     face panther.x31
18     con 2
19     wis 20
20 root 1.3 hp 100
21     maxhp 100
22     exp 60
23     dam 10
24     wc 1
25 root 1.7 ac 4
26     speed -0.3
27     attack_movement 3
28 root 1.3 level 4
29     weight 200000
30     run_away 15
31 root 1.7 alive 1
32     monster 1
33     sleep 1
34 root 1.3 editable 1
35 root 1.1 end
36 root 1.7