ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/nazgul.arc
Revision: 1.9
Committed: Sat Mar 3 01:23:33 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.8: +14 -14 lines
Log Message:
second normaliser run - dude

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 root 1.9 color_fg blue
38 root 1.1 editable 1
39     end
40 root 1.9