====== Prison Boss Level ====== {{ rpd:images:level_prison_boss.png|Prison Boss Level }} The **Prison Boss Level** is the boss level in the Prison area of Remixed Dungeon. This level is specifically designed for the battle against [[rpd:tengu_mob|Tengu]], the area's boss enemy. ==== Layout ==== * **Arena Design**: Specialized boss arena designed for the Tengu encounter * **Layout Pattern**: Unique layout different from regular Prison levels * **Special Features**: Layout designed to accommodate Tengu's teleportation mechanics ==== Enemies ==== * [[rpd:tengu_mob|Tengu]] - The main boss of the Prison area ==== Notable Features ==== * Designed with Tengu's teleportation abilities in mind * Special terrain that accommodates the boss fight * Strategic positioning is important due to Tengu's mechanics ==== Strategy ==== * Approach carefully as this level houses a powerful boss * Prepare for a complex fight with multiple phases * Bring healing items and utilities * Be ready for Tengu to use traps and teleportation ==== Connection ==== * Accessed after clearing the previous Prison levels * Leads to the next area (Caves) upon Tengu's defeat ==== Data Validation ==== * Information source: Java implementation in [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/levels/PrisonBossLevel.java|PrisonBossLevel.java]] * Level generation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/levels/Level.java|Base Level Implementation]] * Connection to Tengu mechanics: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Tengu.java|Tengu.java]] * Machine-readable data: [[mr:prison_boss_level|mr:prison_boss_level]] * Last updated: December 23, 2025 ==== See Also ==== * [[rpd:prison_level|Prison Level]] * [[rpd:tengu_mob|Tengu]] * [[rpd:bosses|Boss Enemies]] {{tag> rpd levels prison boss }}