====== Prison Boss Level ====== {{ rpd:images:prison_level.png|Prison Boss Level }} The **Prison Boss Level** is the special boss level where Tengu is found. This level is designed specifically for the Tengu encounter and features unique mechanics and layout compared to regular prison levels. ==== Layout and Features ==== * **Design**: Specially designed for the Tengu encounter with traps and escape mechanisms * **Traps**: Contains multiple trap locations that Tengu can activate during combat * **Layout**: Open design allowing for complex positioning and movement during the boss fight * **Accessibility**: Reached after completing the regular Prison levels ==== Enemies ==== * **Tengu**: The main boss of this level (see [[en:rpd:tengu_mob|Tengu]]) * May contain other prison-themed enemies as reinforcements ==== Mechanics ==== * **Boss Encounter**: Features the Tengu boss with complex AI and multiple phases * **Trap Mechanics**: Tengu can create poison traps during combat * **Teleportation Areas**: Multiple locations where Tengu can teleport ==== Code References ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/levels/PrisonBossLevel.java|PrisonBossLevel.java]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Tengu.java|Tengu.java]] (boss implementation) * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1344-L1349|Tengu strings]] ==== See Also ==== * [[en:rpd:tengu_mob|Tengu]] * [[en:rpd:prison_level|Prison Level]] * [[en:rpd:bosses|Bosses]] * [[en:rpd:levels|Levels]] {{tag> rpd levels boss prison }}