User Tools

Site Tools


mr:prison_level

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:prison_level [2026/02/16 06:00] – Fix wiki pages based on standards: update page naming, fix incorrect information, add proper images and translations Qwen Assistantmr:prison_level [2026/02/16 08:08] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Prison Level - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/levels/PrisonLevel.java|PrisonLevel.java]] - Main implementation
 +  * Parent class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/levels/Patch.java|Patch.java]]
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/Prison.json|levelsDesc/Prison.json]] - Level configuration
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/Bestiary.json|levelsDesc/Bestiary.json]] - Monster spawn configuration for this level
 +
 +===== Related mr Entities =====
 +  * [[mr:tengu_mob|Tengu Mob]]
 +  * [[mr:prison_level|Prison Level]]
 +  * [[mr:level|Level Class]]
mr/prison_level.txt · Last modified: by 127.0.0.1