User Tools

Site Tools


en:rpd:yog_mob

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:rpd:yog_mob [2026/01/02 22:21] – Add Yog mob page mikeen:rpd:yog_mob [2026/01/02 22:28] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Yog ======
  
 +{{ rpd:images:yog_mob.png|Yog }}
 +
 +Yog is the final boss of the dungeon, found in the Demon Halls. He is an ancient god of rage and bloodshed who is bound to the Demon Halls by ancient magic.
 +
 +==== Basic Stats ====
 +  * **[[en:rpd:health_mechanic|HP]]:** 300
 +  * **[[en:rpd:combat_mechanics|Attack Skill]]:** 25 
 +  * **[[en:rpd:combat_mechanics|Defense Skill]]:** 25
 +  * **[[en:rpd:damage|Damage]]:** 18-30
 +  * **[[en:rpd:armor|Defense Rate (DR)]]:** 12
 +  * **[[en:rpd:experience_system|EXP for Kill]]:** 50
 +
 +==== Special Abilities ====
 +  * **Spawn Minions:** Regularly summons Rotting Fist and Burning Fist minions during combat
 +  * **Blessed Buff:** Periodically applies the [[en:rpd:blessed_buff|Blessed Buff]] to himself, making him immune to debuffs
 +  * **Dispel Magic:** Casts magic dispel that removes all hero buffs
 +  * **Mind Blast:** Uses mind blast attack that deals damage based on the hero's current MP
 +  * **High Resistance:** Significantly resistant to most status effects and magical attacks
 +  * **Multi-phase Combat:** Battle progresses through multiple phases with changing mechanics
 +
 +==== Combat Mechanics ====
 +  * **Minion Management:** Must deal with summoned fists while fighting Yog
 +  * **Buff Clearing:** Dispel magic will remove all hero buffs
 +  * **MP-based Damage:** Mind blast damage is based on hero's MP, making high-mana builds risky
 +  * **Phase Changes:** Combat mechanics change as Yog's health decreases
 +  * **Regeneration:** Yog has limited self-healing abilities
 +  * **Area Attacks:** Uses attacks that affect multiple tiles
 +
 +==== Drops ====
 +  * [[en:rpd:amulet_of_yendor_item|Amulet of Yendor]]: The ultimate artifact, needed to win the game
 +  * [[en:rpd:gold_item|Gold]]: Large amount of gold
 +  * **Rare Items:** May drop unique items from all previous floors
 +
 +==== Location ====
 +  * Found in the [[en:rpd:halls|Demon Halls]] area, accessible only with a [[en:rpd:skeleton_key_item|Skeleton Key]]
 +
 +==== Description ====
 +Yog, the Lord of the Dead, is the final challenge for heroes brave enough to face the deepest levels of the dungeon.
 +
 +==== Preparation ====
 +  * **Equipment:** High-level weapons and armor are essential
 +  * **Consumables:** Bring many healing items, potions, and scrolls
 +  * **Strategy:** Plan for a long, complex battle against multiple enemies
 +  * **MP Management:** Be cautious of high MP builds due to mind blast
 +  * **Buff Strategy:** Plan for frequent buff recreation due to dispel magic
 +
 +==== Tactics ====
 +  * Focus on eliminating summoned minions to prevent being overwhelmed
 +  * Maintain distance when possible to avoid physical attacks
 +  * Time buff consumption strategically around dispel magic
 +  * Be prepared to change tactics as the fight progresses through phases
 +  * Bring [[en:rpd:ranged_weapons|ranged options]] to attack from safety
 +  * Expect the fight to take many turns with complex mechanics
 +
 +==== Quotes ====
 +  * Yog does not have specific quotes but uses various spell effects during combat
 +
 +==== Content Verification ====
 +  * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Yog.java|Yog.java]]
 +  * Entity Kind: Yog (returns simple class name via getEntityKind())
 +  * Stats verification: Extracted directly from Yog.java constructor and implementation
 +  * Effect descriptions: Based on code analysis of Yog.java and associated minion classes
 +  * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1928-L1929|Yog_Name, Yog_Desc]]
 +  * Russian string resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L1909-L1910|Yog_Name (русс.), Yog_Desc (русс.)]]
 +  * Sprite configuration: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/Yog.json|Yog.json]] - sprite dimensions and animation frames
 +  * Minion classes: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/YogFist.java|YogFist.java]] base class for Rotting and Burning fists
 +  * Rotting Fist: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/RottingFist.java|RottingFist.java]]
 +  * Burning Fist: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/BurningFist.java|BurningFist.java]]
 +  * Mind blast implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Yog.java#L44-L52|mindBlast() method]]
 +  * Dispel magic: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Yog.java#L54-L67|dispel() method]]
 +  * Minion spawning: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Yog.java#L69-L90|spawnFist() method]]
 +  * Buff mechanics: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Blessed.java|Blessed.java]] for blessed buff
 +  * Level generation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/levels/HallsLevel.java|HallsLevel.java]] where Yog appears
 +  * Amulet drop logic: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Yog.java#L92-L94|die() method]] handles Amulet of Yendor drop
 +  * Badge validation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Yog.java#L33|Boss_Slain_5 badge]]
 +  * Battle music: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/Yog.json#L8|Yog.json]] specifies "ost_boss_3_fight" as battle music
 +  * AI behavior: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Mob.java|Mob base class]] extended by Yog
 +  * Health formula: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Yog.java#L28|hp(300) in constructor]]
 +  * Attack formulas: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Yog.java#L29-L31|attack/defense/damage values]]
 +  * Last updated: January 2, 2026
 +
 +==== See Also ====
 +  * [[en:rpd:bosses|Boss Enemies]] - Other major dungeon challenges
 +  * [[en:rpd:halls|Demon Halls]] - The area where Yog is found
 +  * [[en:rpd:mobs|Mobs]] - Other creatures in the dungeon
 +  * [[en:rpd:combat_mechanics|Combat]] - General combat mechanics
 +  * [[en:rpd:amulet_of_yendor_item|Amulet of Yendor]] - The ultimate goal of the game
 +  * [[en:rpd:blessed_buff|Blessed Buff]] - Buff applied by Yog
 +  * [[en:rpd:rotting_fist_mob|Rotting Fist]] - One of Yog's summoned minions
 +  * [[en:rpd:burning_fist_mob|Burning Fist]] - One of Yog's summoned minions
 +  * [[en:rpd:badges|Badges]] - Achievement system including boss kills
 +
 +{{tag> rpd mobs boss final_boss demon_halls }}
en/rpd/yog_mob.txt · Last modified: by 127.0.0.1