ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/nazgul.arc
Revision: 1.5
Committed: Tue Feb 6 22:40:58 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.4: +17 -17 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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