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

File Contents

# User Rev Content
1 root 1.5 object nazgul
2 root 1.6 anim
3     nazgul.x11
4     nazgul.x12
5     mina
6 root 1.1 race undead
7 pippijn 1.4 face nazgul.x11
8 root 1.5 con 10
9     wis 15
10 root 1.1 hp 200
11     maxhp 200
12     exp 2000
13     dam 10
14     wc -3
15     speed 0.8
16     attack_movement 5
17     level 13
18     type 28
19 root 1.5 attacktype 160
20 root 1.1 resist_physical 100
21 root 1.5 resist_magic 50
22     resist_cold 50
23 root 1.1 resist_drain 100
24     resist_fear 100
25     resist_blind 90
26     carrying 100
27 root 1.5 weight 50000
28     randomitems nazgul
29     move_type all
30 root 1.1 alive 1
31 root 1.5 no_pick 1
32 root 1.1 monster 1
33 root 1.5 undead 1
34 root 1.1 reflect_spell 1
35     sleep 1
36     can_see_in_dark 1
37 root 1.5 color_fg blue
38 root 1.1 editable 1
39     end
40 root 1.5