====== Demon Halls ====== {{ rpd:images:halls_level.png|Demon Halls Level }} The **Demon Halls** is the deepest level of the dungeon that contains powerful demons and extremely challenging content. It requires the [[en:rpd:skeleton_key_item|Skeleton Key]] to access. ==== Overview ==== * **Difficulty**: The most challenging area of the dungeon * **Enemies**: Contains powerful demons and other fiends * **Rewards**: Excellent loot and the chance to face the final boss, Yog-Dzewa * **Required Key**: Access requires the [[en:rpd:skeleton_key_item|Skeleton Key]] ==== Features ==== * **Demon Enemies**: Home to powerful demon-type creatures * **Challenging Layout**: Complex architecture with difficult navigation * **High-Level Content**: Designed for well-equipped, high-level heroes * **Final Area**: Leading to the ultimate confrontation with [[en:rpd:yog_mob|Yog-Dzewa]] ==== Enemies ==== * **Demon Types**: Various demon species with powerful abilities * **High Stats**: Enemies have significantly higher HP, damage, and resistances * **Special Abilities**: Many demons have unique and dangerous abilities ==== Strategy ==== * **Preparation**: Requires extensive preparation and strong equipment * **Resources**: Bring plenty of healing, utilities, and offensive items * **Equipment**: High-level weapons, armor, and accessories are essential * **Timing**: Usually attempted near the end of a successful run ==== Technical Details ==== * Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/levels/HallsLevel.java|HallsLevel.java]] * Level generation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/levels/Level.java|Level.java base]] * Key system: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/keys/SkeletonKey.java|SkeletonKey.java]] ==== Code References ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/levels/HallsLevel.java|HallsLevel.java]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/levels/RegularLevel.java|RegularLevel.java]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1390-L1395|Halls strings]] ==== See Also ==== * [[en:rpd:skeleton_key_item|Skeleton Key]] * [[en:rpd:yog_mob|Yog-Dzewa]] (final boss) * [[en:rpd:levels|Levels]] * [[en:rpd:tengu_mob|Tengu]] (source of the key) * [[en:rpd:bosses|Bosses]] {{tag> rpd levels dungeon advanced }}