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

File Contents

# User Rev Content
1 root 1.3 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.1 name shadowtiger pup
16 root 1.3 race animal
17 pippijn 1.2 face panther.x31
18 root 1.3 con 2
19     wis 20
20     hp 100
21     maxhp 100
22     exp 60
23     dam 10
24     wc 1
25     ac 4
26     speed -0.3
27     attack_movement 3
28     level 4
29     weight 200000
30     run_away 15
31     alive 1
32     monster 1
33     sleep 1
34     editable 1
35 root 1.1 end
36 root 1.3