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

File Contents

# User Rev Content
1 root 1.3 object dire_wolf_sire
2 root 1.4 anim
3     dwolf.x71
4     dwolf.x71
5     dwolf.x72
6     dwolf.x31
7     dwolf.x31
8     dwolf.x32
9     facings 2
10     mina
11 root 1.1 name dire wolf sire
12 root 1.3 race animal
13 pippijn 1.2 face dwolf.x71
14 root 1.3 con 4
15     wis 20
16     pow 7
17     hp 1450
18     maxhp 1460
19     sp 45
20     maxsp 45
21     exp 16000
22     dam 45
23     wc 1
24     ac -6
25     speed 0.2
26     attack_movement 3
27     level 18
28     attacktype 17
29     resist_fire -5
30     resist_cold 60
31     weight 160000
32 root 1.1 randomitems dwolf_sire
33 root 1.3 run_away 4
34     alive 1
35     no_pick 1
36     monster 1
37     can_cast_spell 1
38     sleep 1
39     can_see_in_dark 1
40     color_fg grey
41     editable 1
42 root 1.1 end
43 root 1.3