====== eye_mob ====== {{ rpd:images:eye_sprite.png|Eye Sprite }} The **Eye** (Evil Eye) is a dangerous mob found in the Halls level of Remixed Dungeon. It has a distinctive ranged attack that affects multiple targets in a line. ==== Description ==== The Eye is a floating, cyclopean creature with a distinctive cyclopean eye. It uses its gaze to attack enemies across multiple cells in a straight line. The Eye is immune to the Terror status effect and has high resistance to various magical attacks. ==== Stats ==== * **HP**: 100 * **Defense**: 20 * **Attack**: 30 * **Damage**: 14-20 * **Defense Rating**: 10 * **EXP**: 13 * **Max Level**: 25 * **View Distance**: Level view distance + 1 (has extended sight range) ==== Behavior ==== * **Ranged Attack**: The Eye can attack enemies in a straight line, potentially hitting multiple targets * **Flying**: The Eye can move over terrain that blocks ground-based movement * **Extended Vision**: Has +1 view distance compared to other mobs on the same level * **Gaze Attack**: Uses a special ranged attack that fires in a straight line, affecting all characters in the path * **Immunities**: Immune to Terror status effect ==== Resistances and Immunities ==== * **Wand of Disintegration**: Resistant * **Death enchantment**: Resistant * **Leech enchantment**: Resistant * **Terror**: Immune ==== Location ==== * Found in the [[rpd:halls|Halls]] level (levels 21-24) ==== Drops ==== * [[rpd:dewdrop|Dewdrop]] (50% chance) ==== Special Mechanics ==== The Eye can attack enemies at range using its gaze attack. The attack travels in a straight line from the Eye to its target, potentially hitting multiple enemies along the way. This makes the Eye particularly dangerous when multiple enemies are lined up. ==== Content Verification ==== * Information source: Java class [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Eye.java|Eye.java]] * Stats verification: Extracted from Eye.java constructor and methods * Effect descriptions: Based on string resources and in-game mechanics * Last updated: December 2025, source: Remixed Dungeon 1.9.3 ==== Source Code ==== * Java: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Eye.java|Eye.java]] * Strings: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L793-L806|Eye strings]] ==== See Also ==== * [[rpd:halls|Halls Level]] * [[rpd:mobs|Mobs]] * [[rpd:buffs|Buffs and Status Effects]] {{tag> rpd mobs eye halls}}