Difference between revisions of "Evil eye"

From NetHackWiki
Jump to navigation Jump to search
(Fleshed out article from patch code)
Line 1: Line 1:
 
{{monster
 
{{monster
  |name=weeping angel (UnNetHack)
+
  |name=evil eye
  |symbol={{gray|A}}
+
  |symbol={{brightmagenta|e}}
 
  |difficulty=
 
  |difficulty=
  |level=12
+
  |level=10
 
  |experience=
 
  |experience=
  |speed=16
+
  |speed=3
  |AC=-5
+
  |AC=4
  |MR=70
+
  |MR=30
  |align=-7
+
  |align=-11
  |frequency=2 (quite rare)
+
  |frequency=1
 
  |genocidable=Yes
 
  |genocidable=Yes
  |attacks=Gaze 0d0 [[blink]], claw 2d4 [[drain energy]], claw 2d4 [[drain life]], touch 2d3 [[levelport]]
+
  |attacks=Gaze 0d0 steal [[luck]]
  |weight=1450
+
  |weight=10
 
  |nutr=0
 
  |nutr=0
  |size=Medium
+
  |size=Small
  |resistances=Fire, cold, sleep, disintegration, poison, acid, stoning
+
  |resistances=None
  |resistances conveyed=None
+
  |resistances conveyed=Alters luck
  |attributes={{attributes|A weeping angel|breathless=1|humanoid=1|regen=1|seeinvis=1|nopoly=1|neuter=1|hostile=1|magic=1|nasty=1|infravision=1|sheol=1|hell=1|nocorpse=1|sgroup=1}}
+
  |attributes={{attributes|An evil eye|fly=1|breathless=1|nolimbs=1|nohead=1|mindless=1|hostile=1|nopoly=1|neuter=1|infravisible=1|sheol=1|hell=1}}
  |reference={{refsrc|src/monst.c|1191|unnethack=1986}}
+
  |reference={{refsrc|src/monst.c|365|unnethack=1986}}
}}An Evil eye is a new monster introduced in [[UnNetHack]]. It is a physically harmless monster in the same class as a floating eye, but it possesses a luck-stealing gaze.
+
}}
 +
The '''evil eye''' is a new monster introduced in [[UnNetHack]]. It is a physically harmless monster in the same class as a [[floating eye]], but it possesses a [[luck]]-stealing gaze. The luck-stealing gaze is not protected against by [[magic resistance]] but if you have a blessed luckstone, you will resist the effect 75% of the time.
  
It is also unique in that hitting it with a cursed luckstone will heal it, and hitting it with a blessed luckstone will kill it in one hit.
+
Hitting an evil eye with a cursed [[luckstone]] will heal it, and hitting it with a blessed luckstone will kill it in one hit.
 
 
The luck-stealing gaze is not protected against by MR but if you have a blessed luckstone, you will resist the effect 75% of the time.
 
 
 
The evil eye is one of the monsters that can be summoned by [[Summon nasties]], or by purposefully violating Zen conduct.  
 
  
 +
The evil eye has been added to the list of monsters that can be summoned by the monster spell [[summon nasties]]. It can also be created if a player has attempted but purposefully violated [[Zen]] conduct.
  
 
==Corpse==
 
==Corpse==
  
Eating an evil eye corpse also has an impact on luck.
+
Eating an evil eye corpse also has an impact on luck:
 
+
*A blessed corpse (or tin) will increase your luck by 0-2 points: "You feel more fortunate"
A blessed corpse (or tin) will increase your luck by 0-2 points: "You feel more fortunate"
+
*An uncursed corpse (or tin) will change your luck by -1, 0, +1, +2: "You feel your fortunes in flux"
 +
*A cursed corpse (or tin) will decrease your luck by 0-2 points: "You feel less fortunate"
  
An uncursed corpse (or tin) will change your luck by -1, 0, +1, +2: "You feel your fortunes in flux"
+
As of commit r1953, evil eye corpses cannot be tinned (just like [[wraith]]s).
  
A cursed corpse (or tin) will decrease your luck by 0-2 points: "You feel less fortunate"
+
==References==
 +
<references/>
  
A recent update now makes it impossible to tin evil eye corpses yourself.
 
{{stub}}
 
 
[[Category:UnNetHack]]
 
[[Category:UnNetHack]]

Revision as of 14:11, 3 July 2015

The evil eye is a new monster introduced in UnNetHack. It is a physically harmless monster in the same class as a floating eye, but it possesses a luck-stealing gaze. The luck-stealing gaze is not protected against by magic resistance but if you have a blessed luckstone, you will resist the effect 75% of the time.

Hitting an evil eye with a cursed luckstone will heal it, and hitting it with a blessed luckstone will kill it in one hit.

The evil eye has been added to the list of monsters that can be summoned by the monster spell summon nasties. It can also be created if a player has attempted but purposefully violated Zen conduct.

Corpse

Eating an evil eye corpse also has an impact on luck:

  • A blessed corpse (or tin) will increase your luck by 0-2 points: "You feel more fortunate"
  • An uncursed corpse (or tin) will change your luck by -1, 0, +1, +2: "You feel your fortunes in flux"
  • A cursed corpse (or tin) will decrease your luck by 0-2 points: "You feel less fortunate"

As of commit r1953, evil eye corpses cannot be tinned (just like wraiths).

References