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

File Contents

# User Rev Content
1 root 1.8 object nazgul
2 root 1.6 anim
3     nazgul.x11
4     nazgul.x12
5     mina
6 root 1.9 race undead
7     face nazgul.x11
8     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.9 attacktype 160
20 root 1.1 resist_physical 100
21 root 1.9 resist_magic 50
22     resist_cold 50
23 root 1.7 resist_drain 100
24     resist_fear 100
25 root 1.1 resist_blind 90
26     carrying 100
27 root 1.9 weight 50000
28     randomitems nazgul
29     move_type fly_low
30 root 1.1 alive 1
31 root 1.9 no_pick 1
32 root 1.1 monster 1
33 root 1.9 undead 1
34 root 1.1 reflect_spell 1
35     sleep 1
36     can_see_in_dark 1
37     editable 1
38 root 1.10 magicmap blue
39 root 1.1 end
40 root 1.9