ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/nazgul.arc
(Generate patch)

Comparing deliantra/arch/monster/undead/nazgul.arc (file contents):
Revision 1.6 by root, Fri Feb 9 01:52:17 2007 UTC vs.
Revision 1.11 by root, Sat Aug 4 21:35:10 2007 UTC

1object nazgul 1object nazgul
2inherit class_undead_monster
2anim 3anim
3nazgul.x11 4nazgul.x11
4nazgul.x12 5nazgul.x12
5mina 6mina
6race undead 7race undead
24resist_fear 100 25resist_fear 100
25resist_blind 90 26resist_blind 90
26carrying 100 27carrying 100
27weight 50000 28weight 50000
28randomitems nazgul 29randomitems nazgul
29move_type all 30move_type fly_low
30alive 1 31alive 1
31no_pick 1 32no_pick 1
32monster 1 33monster 1
33undead 1 34undead 1
34reflect_spell 1 35reflect_spell 1
35sleep 1 36sleep 1
36can_see_in_dark 1 37can_see_in_dark 1
37color_fg blue
38editable 1 38editable 1
39magicmap blue
39end 40end
40 41

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines