====== Yog's Eye ====== {{ rpd:images:yogs_eye_mob.png|Yog's Eye }} ==== Description ==== **Yog's Eye** is the primary organ of Yog-Dzewa, representing the all-seeing gaze of the Old God. It is an immobile boss entity that coordinates the Yog-Dzewa encounter by spawning secondary organs and attacking with a deadly death ray that passes through multiple enemies in a straight line. ==== Stats ==== * **HP:** 1000 * **Defense Skill:** 30 * **Attack Skill:** 30 * **Damage:** 20-30 * **EXP for Kill:** 50 * **Immovable:** Cannot move from its position * **Gender:** Masculine ==== Special Abilities ==== * **Death Ray:** Attacks with a ray that passes through all enemies in a straight line from its position, damaging all characters in its path * **Organ Spawning:** At the start of the Yog-Dzewa battle, spawns 2-3 secondary organs randomly from: [[en:rpd:rotting_fist_mob|Rotting Fist]], [[en:rpd:burning_fist_mob|Burning Fist]], [[en:rpd:yogs_brain_mob|Yog's Brain]], [[en:rpd:yogs_heart_mob|Yog's Heart]], [[en:rpd:yogs_teeth_mob|Yog's Teeth]] * **Organ Protection:** Damage taken is reduced by right-shifting for each other living Yog organ (damage >>= number of other organs) * **Larva Spawn:** When damaged, spawns Larva mobs scaled to 10x difficulty factor * **Beckon Immunity:** Cannot be beckoned (overridden beckon method does nothing) * **Organ Coordination:** When damaged, calls all other Yog organs to its position ==== Immunities ==== Immune to: * Death enchantment * Terror * Amok * Charm * Sleep * Burning * Toxic Gas * Psionic Blast (Scroll of Psionic Blast) ==== Behavior ==== * Remains stationary throughout the entire battle * Automatically spawns secondary bosses when the Yog-Dzewa fight begins * Uses a death ray attack that affects all enemies in a line * When killed, awards the "Yog-Dzewa Slain" badge * Cannot be turned into a pet ==== Drops ==== * **Skeleton Key** - Always drops a Skeleton Key upon death * 50 EXP ==== Strategy ==== * **Prioritize Secondary Organs:** Since Yog's Eye takes reduced damage while other organs are alive, focus on killing the secondary organs first * **Avoid Line of Sight:** The death ray attacks in a straight line - avoid positioning yourself in line with other enemies when Yog's Eye is present * **Watch for Larva:** When damaging Yog's Eye, it spawns dangerous Larva mobs * **Area Attacks:** Since it's immobile, area-effect abilities can be effective * **Death Ray Danger:** The death ray hits everything in its path - don't let allies or pets stand in the line of fire ==== Code References ==== * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/guts/YogsEye.java|YogsEye.java]] * String Resources (English): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2833-L2836|YogsEye strings]] * String Resources (Russian): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L2842-L2845|YogsEye strings (Russian)]] * Badge Award: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/Badges.java#L460|Badges.java]] ==== String Resources ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|YogsEye_Name]] - "yog's eye" * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|YogsEye_Desc]] - "The eye of the Old God, all-seeing gaze filled with eternal hatred. You can feel it watching right through your soul" * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|YogsEye_Gender]] - "masculine" ==== Related Pages ==== * [[en:rpd:yog_mob|Yog-Dzewa]] - The main boss that Yog's Eye is part of * [[en:rpd:yogs_brain_mob|Yog's Brain]] - Secondary organ spawned by Yog's Eye * [[en:rpd:yogs_heart_mob|Yog's Heart]] - Secondary organ spawned by Yog's Eye * [[en:rpd:yogs_teeth_mob|Yog's Teeth]] - Secondary organ spawned by Yog's Eye * [[en:rpd:rotting_fist_mob|Rotting Fist]] - Secondary organ spawned by Yog's Eye * [[en:rpd:burning_fist_mob|Burning Fist]] - Secondary organ spawned by Yog's Eye * [[en:rpd:larva_mob|Larva]] - Mob summoned by Yog's Eye when damaged * [[en:rpd:nightmare_mob|Nightmare]] - Mob summoned by Yog's Brain * [[en:rpd:bosses|Bosses]] - Other bosses in the game * [[en:rpd:guts_level|Guts Level]] - The level where Yog's Eye appears * [[en:rpd:halls_level|Halls Level]] - Where the Yog-Dzewa encounter takes place {{tag> rpd mobs boss guts}}